mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Rename guiScrollBar to GUIScrollBar
This commit is contained in:
parent
4aa9a669cb
commit
115ef6c09c
8 changed files with 22 additions and 22 deletions
|
@ -116,7 +116,7 @@ public:
|
|||
|
||||
//! Updates the absolute position, splits text if required
|
||||
virtual void updateAbsolutePosition();
|
||||
|
||||
|
||||
virtual void setWritable(bool writable);
|
||||
|
||||
//! Change the background color
|
||||
|
@ -187,7 +187,7 @@ protected:
|
|||
core::rect<s32> m_current_text_rect, m_frame_rect; // temporary values
|
||||
|
||||
u32 m_scrollbar_width;
|
||||
guiScrollBar *m_vscrollbar;
|
||||
GUIScrollBar *m_vscrollbar;
|
||||
bool m_writable;
|
||||
|
||||
bool m_bg_color_used;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue