From 115ef6c09c640598695d5d506a7a8e1ab928174b Mon Sep 17 00:00:00 2001 From: DS-Minetest Date: Sat, 27 Jul 2019 15:44:11 +0200 Subject: Rename guiScrollBar to GUIScrollBar --- src/gui/guiTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/guiTable.cpp') diff --git a/src/gui/guiTable.cpp b/src/gui/guiTable.cpp index 371e7ab6c..c705e17fb 100644 --- a/src/gui/guiTable.cpp +++ b/src/gui/guiTable.cpp @@ -61,7 +61,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env, } const s32 s = skin->getSize(gui::EGDS_SCROLLBAR_SIZE); - m_scrollbar = new guiScrollBar(Environment, this, -1, + m_scrollbar = new GUIScrollBar(Environment, this, -1, core::rect(RelativeRect.getWidth() - s, 0, RelativeRect.getWidth(), -- cgit v1.2.3