Kaydet (Commit) e45929b4 authored tarafından Nick Treleaven's avatar Nick Treleaven

Don't unset openfiles & symbols visible settings when hiding the Sidebar.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@983 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 63302778
......@@ -494,8 +494,6 @@ static void on_openfiles_tree_popup_clicked(GtkMenuItem *menuitem, gpointer user
case OPENFILES_ACTION_HIDE_ALL:
{
app->sidebar_visible = FALSE;
app->sidebar_openfiles_visible = FALSE;
app->sidebar_symbol_visible = FALSE;
ui_treeviews_show_hide(TRUE);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment