Build fixes for __WXUNIVERSAL__==1

This commit is contained in:
Paul Cornett
2018-05-11 10:16:49 -07:00
parent 220200ce07
commit 9bfa890480
2 changed files with 14 additions and 14 deletions

View File

@@ -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();