This commit is contained in:
Jon Evans 2021-06-19 11:45:48 -04:00
parent 89718dd3ba
commit 518ccb3f9a
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ void EDA_BASE_FRAME::ensureWindowIsOnScreen()
wxLogTrace( traceDisplayLocation,
"ensureWindowIsOnScreen: x pos %d is off the client rect, setting to %d", pos.x,
clientSize.x );
pos.y = clientSize.x;
pos.x = clientSize.x;
}
if( pos.x + size.x - clientSize.x > clientSize.width )