impr: Make most windows non-scrolling by default

(cherry picked from commit 858fe0384e)
This commit is contained in:
WerWolv
2025-12-15 21:06:44 +01:00
parent cd7705664d
commit a44278b1fe
13 changed files with 97 additions and 57 deletions

View File

@@ -21,7 +21,6 @@ namespace hex::plugin::diffing {
void drawContent() override;
void drawAlwaysVisibleContent() override;
void drawHelpText() override;
ImGuiWindowFlags getWindowFlags() const override { return ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse; }
public:
struct Column {