fix: Diffing option popup flickering when opening

This commit is contained in:
WerWolv
2024-03-13 22:39:00 +01:00
parent e786cb8180
commit 28ba34f1bf
2 changed files with 40 additions and 38 deletions

View File

@@ -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: