The opened/closed state of the left and right panels of the file browser is now remembered when restarting RT (no issue).

This commit is contained in:
Hombre
2014-02-06 20:40:44 +01:00
parent ee38396e0b
commit a06d005699
5 changed files with 35 additions and 8 deletions

View File

@@ -247,6 +247,8 @@ class FileCatalog : public Gtk::VBox,
bool CheckSidePanelsVisibility();
void toggleSidePanels();
void toggleLeftPanel();
void toggleRightPanel();
#ifndef _WIN32
void on_dir_changed (const Glib::RefPtr<Gio::File>& file, const Glib::RefPtr<Gio::File>& other_file, Gio::FileMonitorEvent event_type, bool internal);