Browse Source

Fix typo

6.0.7
Jon Evans 4 years ago
parent
commit
518ccb3f9a
  1. 2
      common/eda_base_frame.cpp

2
common/eda_base_frame.cpp

@ -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…
Cancel
Save