mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Make most windows non-scrolling by default
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user