mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Rename guiScrollBar to GUIScrollBar
This commit is contained in:
@@ -1482,7 +1482,7 @@ void intlGUIEditBox::createVScrollBar()
|
||||
|
||||
irr::core::rect<s32> scrollbarrect = FrameRect;
|
||||
scrollbarrect.UpperLeftCorner.X += FrameRect.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);
|
||||
|
Reference in New Issue
Block a user