Commit 859a4f72 authored by charras's avatar charras

eeschema: fixed screen was not refresh the first time one leave a sheet

parent 3441ea89
...@@ -347,8 +347,9 @@ static bool UpdateScreenFromSheet( WinEDA_SchematicFrame* frame ) ...@@ -347,8 +347,9 @@ static bool UpdateScreenFromSheet( WinEDA_SchematicFrame* frame )
} }
else else
{ {
frame->DrawPanel->Refresh();
frame->DrawPanel->MouseToCursorSchema(); frame->DrawPanel->MouseToCursorSchema();
} }
frame->DrawPanel->Refresh();
return true; return true;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment