mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-09 18:06:33 +02:00
fix scrollbar not showing in scrollpanels if your mouse starts out already ontop of one
This commit is contained in:
@@ -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)
|
void Panel::OnMouseMovedInside(int localx, int localy, int dx, int dy)
|
||||||
{
|
{
|
||||||
|
mouseInside = true;
|
||||||
for(int i = 0; i < children.size(); ++i)
|
for(int i = 0; i < children.size(); ++i)
|
||||||
{
|
{
|
||||||
if(!children[i]->Locked)
|
if(!children[i]->Locked)
|
||||||
|
Reference in New Issue
Block a user