Make file catalog work in both main and editor panels!!!

This commit is contained in:
askvortsov
2010-09-30 16:10:10 -07:00
parent b6b3b17802
commit 19c716852b
4 changed files with 63 additions and 12 deletions

View File

@@ -84,6 +84,8 @@ class EditorPanel : public Gtk::VBox,
SaveAsDialog* saveAsDialog;
BatchToolPanelCoordinator* btpCoordinator;
FileCatalog* fCatalog;
FilePanel* fPanel;
Thumbnail* openThm;
rtengine::InitialImage* isrc;
@@ -142,6 +144,9 @@ class EditorPanel : public Gtk::VBox,
bool handleShortcutKey (GdkEventKey* event);
void saveOptions ();
Gtk::Paned *catalogPane;
bool on_expose_event(GdkEventExpose* event);
};
#endif