Hides the GAL subwindow in cvpcb module view frame.

This commit is contained in:
Maciej Suminski 2013-10-15 15:15:29 +02:00
parent 5249b1a6da
commit bd03ca1fce
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#include <appl_wxstruct.h>
#include <common.h>
#include <class_drawpanel.h>
#include <class_drawpanel_gal.h>
#include <confirm.h>
#include <macros.h>
#include <bitmaps.h>
@ -121,7 +122,7 @@ DISPLAY_FOOTPRINTS_FRAME::DISPLAY_FOOTPRINTS_FRAME( CVPCB_MAINFRAME* parent,
EDA_PANEINFO mesg;
mesg.MessageToolbarPane();
m_galCanvas->Hide();
m_auimgr.AddPane( m_mainToolBar,
wxAuiPaneInfo( horiz ).Name( wxT( "m_mainToolBar" ) ).Top(). Row( 0 ) );