Fix splitters not working.

This commit is contained in:
Chandler Cox
2024-03-23 17:46:46 -05:00
parent 4cd788cedc
commit e5e675f089

View File

@@ -187,7 +187,7 @@ namespace FlaxEngine.GUI
// Start moving splitter
StartTracking();
Focus();
return false;
return true;
}
return base.OnMouseDown(location, button);