1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Add IGUIScrollbar implementation with variable bar sizes (#8507)

This commit is contained in:
stujones11 2019-05-24 16:42:05 +01:00 committed by rubenwardy
parent a2848c9cde
commit b917ea4723
10 changed files with 543 additions and 14 deletions

View file

@ -7,7 +7,7 @@
#include "IGUIEditBox.h"
#include "IOSOperator.h"
#include "IGUIScrollBar.h"
#include "guiScrollBar.h"
#include <vector>
using namespace irr;
@ -187,7 +187,7 @@ protected:
core::rect<s32> m_current_text_rect, m_frame_rect; // temporary values
u32 m_scrollbar_width;
IGUIScrollBar *m_vscrollbar;
guiScrollBar *m_vscrollbar;
bool m_writable;
bool m_bg_color_used;