1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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