Issue 1472: fix so multi-open brings up tabs in same order as in file browser
This commit is contained in:
8
rtgui/filepanel.h
Normal file → Executable file
8
rtgui/filepanel.h
Normal file → Executable file
@@ -51,6 +51,14 @@ class FilePanel : public Gtk::HPaned,
|
||||
RTWindow* parent;
|
||||
Gtk::Notebook* rightNotebook;
|
||||
|
||||
struct pendingLoad {
|
||||
bool complete;
|
||||
ProgressConnector<rtengine::InitialImage*> *pc;
|
||||
Thumbnail *thm;
|
||||
};
|
||||
MyMutex pendingLoadMutex;
|
||||
std::vector<struct pendingLoad*> pendingLoads;
|
||||
|
||||
int error;
|
||||
public:
|
||||
FilePanel ();
|
||||
|
Reference in New Issue
Block a user