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:
parent
a2848c9cde
commit
b917ea4723
10 changed files with 543 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue