mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Add IGUIScrollbar implementation with variable bar sizes (#8507)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user