1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Apply a scrollbar's default value to scroll containers (#9699)

Fixes #9691.
This commit is contained in:
DS
2020-04-18 17:20:20 +02:00
committed by GitHub
parent 7b57d3f613
commit 241bf44260
2 changed files with 6 additions and 2 deletions

View File

@@ -38,7 +38,11 @@ public:
updateScrolling();
}
inline void setScrollBar(GUIScrollBar *scrollbar) { m_scrollbar = scrollbar; }
inline void setScrollBar(GUIScrollBar *scrollbar)
{
m_scrollbar = scrollbar;
updateScrolling();
}
private:
enum OrientationEnum