mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Theme view not being scrollable anymore
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