Build fixes for __WXUNIVERSAL__==1
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
m_tbar->AddTool(wxID_ADD, wxString(), GetNamedBitmap("list-add"));
|
||||
m_tbar->AddTool(wxID_REMOVE, wxString(), GetNamedBitmap("list-remove"));
|
||||
|
||||
#ifdef __WXGTK3__
|
||||
#if defined(__WXGTK3__) && !defined(__WXUNIVERSAL__)
|
||||
// Tweak the toolbar appearance to correspond to how the toolbars used
|
||||
// in other GNOME applications for similar purposes look.
|
||||
GtkToolbar* const toolbar = m_tbar->GTKGetToolbar();
|
||||
|
Reference in New Issue
Block a user