mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Theme view not being scrollable anymore
(cherry picked from commit 86c555d053)
This commit is contained in:
@@ -17,6 +17,8 @@ namespace hex::plugin::builtin {
|
||||
[[nodiscard]] bool shouldDraw() const override { return true; }
|
||||
[[nodiscard]] bool hasViewMenuItemEntry() const override { return false; }
|
||||
|
||||
bool allowScroll() const override { return true; }
|
||||
|
||||
private:
|
||||
std::string m_themeName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user