mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fixed mouse cursor not being updated in some cases.
This commit is contained in:
parent
4fd398caa5
commit
8f4c932b13
1 changed files with 2 additions and 0 deletions
|
@ -9188,6 +9188,8 @@ void Project::OnMouseMove(View* view)
|
||||||
{
|
{
|
||||||
if (m_OverlayActive)
|
if (m_OverlayActive)
|
||||||
MouseUpdateOverlays(view, x, y);
|
MouseUpdateOverlays(view, x, y);
|
||||||
|
else
|
||||||
|
view->SetCursor(view->GetCursor());
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue