New dual monitor editor layout, plus memory leak fix; cmake req. (see issue #348)
This commit is contained in:
@@ -30,7 +30,6 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
|
||||
|
||||
private:
|
||||
Gtk::Notebook* mainNB;
|
||||
FilePanel* fpanel;
|
||||
BatchQueuePanel* bpanel;
|
||||
std::set<Glib::ustring> filesEdited;
|
||||
std::map<Glib::ustring, EditorPanel*> epanels;
|
||||
@@ -66,7 +65,10 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
|
||||
void setProgressState (int state);
|
||||
void error (Glib::ustring descr);
|
||||
rtengine::ProgressListener* getProgressListener () { return pldBridge; }
|
||||
|
||||
EditorPanel* epanel;
|
||||
FilePanel* fpanel;
|
||||
|
||||
void SetEditorCurrent();
|
||||
void SetMainCurrent();
|
||||
void MoveFileBrowserToEditor();
|
||||
|
Reference in New Issue
Block a user