mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Diffing option popup flickering when opening
This commit is contained in:
@@ -18,6 +18,7 @@ namespace hex::plugin::diffing {
|
||||
~ViewDiff() override;
|
||||
|
||||
void drawContent() override;
|
||||
void drawAlwaysVisibleContent() override;
|
||||
ImGuiWindowFlags getWindowFlags() const override { return ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse; }
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user