Fix a compil issue.
This commit is contained in:
parent
8abe07f6e7
commit
8f0449cbab
|
@ -360,7 +360,7 @@ void EDA_BASE_FRAME::LoadWindowSettings( WINDOW_SETTINGS* aCfg )
|
||||||
wxLogTrace( traceDisplayLocation, "Previous display not found" );
|
wxLogTrace( traceDisplayLocation, "Previous display not found" );
|
||||||
|
|
||||||
// If it isn't attached, use the first display
|
// If it isn't attached, use the first display
|
||||||
wxDisplay display( 0 );
|
wxDisplay display( int( 0 ) );
|
||||||
wxRect clientSize = display.GetClientArea();
|
wxRect clientSize = display.GetClientArea();
|
||||||
|
|
||||||
wxLogDebug( "Client size (%d, %d)", clientSize.width, clientSize.height );
|
wxLogDebug( "Client size (%d, %d)", clientSize.width, clientSize.height );
|
||||||
|
|
Loading…
Reference in New Issue