Marco's AUI patch, basically

This commit is contained in:
dickelbeck
2009-11-02 22:24:55 +00:00
parent 69e3f671e9
commit d3468dd557
26 changed files with 449 additions and 32 deletions
+2 -1
View File
@@ -54,6 +54,7 @@ WinEDA_BasicFrame::WinEDA_BasicFrame( wxWindow* father,
* zone utilisateur de la fenetre principale */
m_FramePos.x = m_FramePos.y = 0;
m_FrameSize.y -= m_MsgFrameHeight;
}
@@ -114,7 +115,7 @@ void WinEDA_BasicFrame::LoadSettings()
}
// Ensure Window title bar is visible
#ifdef __WXMAC__
#if defined( __WXMAC__ ) && !defined( __WXOSX_COCOA__ )
// for macOSX, the window must be below system (macOSX) toolbar
Ypos_min = GetMBarHeight();