1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Rename guiScrollBar to GUIScrollBar

This commit is contained in:
DS-Minetest 2019-07-27 15:44:11 +02:00 committed by sfan5
parent 4aa9a669cb
commit 115ef6c09c
8 changed files with 22 additions and 22 deletions

View file

@ -1400,7 +1400,7 @@ void GUIEditBoxWithScrollBar::createVScrollBar()
irr::core::rect<s32> scrollbarrect = m_frame_rect;
scrollbarrect.UpperLeftCorner.X += m_frame_rect.getWidth() - m_scrollbar_width;
m_vscrollbar = new guiScrollBar(Environment, getParent(), -1,
m_vscrollbar = new GUIScrollBar(Environment, getParent(), -1,
scrollbarrect, false, true);
m_vscrollbar->setVisible(false);