fix scrollbar not showing in scrollpanels if your mouse starts out already ontop of one
This commit is contained in:
parent
ca9ea8bb8a
commit
cd8ea8ad0e
@ -264,6 +264,7 @@ void Panel::OnMouseMoved(int localx, int localy, int dx, int dy)
|
||||
|
||||
void Panel::OnMouseMovedInside(int localx, int localy, int dx, int dy)
|
||||
{
|
||||
mouseInside = true;
|
||||
for(int i = 0; i < children.size(); ++i)
|
||||
{
|
||||
if(!children[i]->Locked)
|
||||
|
Reference in New Issue
Block a user