1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-22 00:27:58 +02:00

fix scrolling in creature window

This commit is contained in:
Laserlicht
2025-12-06 00:22:22 +01:00
parent 0373691f3a
commit d25dc3d25e
3 changed files with 9 additions and 9 deletions

View File

@@ -108,6 +108,8 @@ public:
virtual void moveToPrev();
size_t getPos();
std::function<void()> onScroll;
};
class CListBoxWithCallback : public CListBox