aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBoxWithScrollbar.h
diff options
context:
space:
mode:
authorDS-Minetest <vorunbekannt75@web.de>2019-07-27 15:44:11 +0200
committersfan5 <sfan5@live.de>2019-07-29 21:45:39 +0200
commit115ef6c09c640598695d5d506a7a8e1ab928174b (patch)
treea8fedab1b6c3f18fb6f41efbce0480f5cc2e3240 /src/gui/guiEditBoxWithScrollbar.h
parent4aa9a669cb184b77213e8df82eb20eda5aad9004 (diff)
downloadminetest-115ef6c09c640598695d5d506a7a8e1ab928174b.tar.xz
Rename guiScrollBar to GUIScrollBar
Diffstat (limited to 'src/gui/guiEditBoxWithScrollbar.h')
-rw-r--r--src/gui/guiEditBoxWithScrollbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/guiEditBoxWithScrollbar.h b/src/gui/guiEditBoxWithScrollbar.h
index b872d7e36..77538e2f7 100644
--- a/src/gui/guiEditBoxWithScrollbar.h
+++ b/src/gui/guiEditBoxWithScrollbar.h
@@ -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;