Fix typo
This commit is contained in:
parent
89718dd3ba
commit
518ccb3f9a
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue