Solving issue 2619: "RawTherapee crashes with SIGSEGV, Segmentation fault when closed"

This commit is contained in:
Hombre
2014-12-31 15:25:28 +01:00
parent 750cd87047
commit 143230108b
2 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ class FilePanel : public Gtk::HPaned,
//FilterPanel* filterPanel;
RTWindow* parent;
Gtk::Notebook* rightNotebook;
sigc::connection rightNotebookSwitchConn;
struct pendingLoad {
bool complete;