mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Remove the flux viewer status bar as it's not used.
This commit is contained in:
@@ -212,7 +212,6 @@ FluxViewerWindowGen::FluxViewerWindowGen( wxWindow* parent, wxWindowID id, const
|
||||
|
||||
this->SetSizer( bSizer1 );
|
||||
this->Layout();
|
||||
statusbar = this->CreateStatusBar( 1, wxSTB_SIZEGRIP, wxID_ANY );
|
||||
|
||||
this->Centre( wxBOTH );
|
||||
|
||||
|
||||
@@ -1736,29 +1736,6 @@
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxStatusBar" expanded="1">
|
||||
<property name="bg"></property>
|
||||
<property name="context_help"></property>
|
||||
<property name="context_menu">1</property>
|
||||
<property name="enabled">1</property>
|
||||
<property name="fg"></property>
|
||||
<property name="fields">1</property>
|
||||
<property name="font"></property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="maximum_size"></property>
|
||||
<property name="minimum_size"></property>
|
||||
<property name="name">statusbar</property>
|
||||
<property name="permission">protected</property>
|
||||
<property name="pos"></property>
|
||||
<property name="size"></property>
|
||||
<property name="style">wxSTB_SIZEGRIP</property>
|
||||
<property name="subclass">; ; forward_declare</property>
|
||||
<property name="tooltip"></property>
|
||||
<property name="window_extra_style"></property>
|
||||
<property name="window_name"></property>
|
||||
<property name="window_style"></property>
|
||||
</object>
|
||||
</object>
|
||||
<object class="Frame" expanded="1">
|
||||
<property name="aui_managed">0</property>
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <wx/frame.h>
|
||||
#include "fluxviewercontrol.h"
|
||||
#include <wx/scrolbar.h>
|
||||
#include <wx/statusbr.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -92,7 +91,6 @@ class FluxViewerWindowGen : public wxFrame
|
||||
wxMenu* m_menu1;
|
||||
FluxViewerControl* fluxviewer;
|
||||
wxScrollBar* scrollbar;
|
||||
wxStatusBar* statusbar;
|
||||
|
||||
// Virtual event handlers, override them in your derived class
|
||||
virtual void OnExit( wxCommandEvent& event ) { event.Skip(); }
|
||||
|
||||
Reference in New Issue
Block a user