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:
@@ -108,6 +108,8 @@ public:
|
||||
virtual void moveToPrev();
|
||||
|
||||
size_t getPos();
|
||||
|
||||
std::function<void()> onScroll;
|
||||
};
|
||||
|
||||
class CListBoxWithCallback : public CListBox
|
||||
|
||||
Reference in New Issue
Block a user