We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d92d1e commit 518cb24Copy full SHA for 518cb24
src/edframe.cpp
@@ -645,7 +645,6 @@ wxWindow* PoeditFrame::CreateContentViewPO(Content type)
645
646
auto suggestionsMenu = GetMenuBar()->FindItem(XRCID("menu_suggestions"))->GetSubMenu();
647
m_sidebar = new Sidebar(m_sidebarSplitter, suggestionsMenu);
648
- m_sidebar->Bind(wxEVT_UPDATE_UI, &PoeditFrame::OnSingleSelectionUpdate, this);
649
650
UpdateMenu();
651
0 commit comments