Create progress tab label only once, see #5596

This commit is contained in:
rfranke
2020-01-25 15:58:26 +01:00
parent 227c2fbba7
commit 2dc66e81e1
2 changed files with 31 additions and 23 deletions

View File

@@ -124,6 +124,9 @@ private:
Gtk::Button* zoomInButton;
Gtk::Button* zoomOutButton;
RTImage* progressImage;
Gtk::Label* progressLabel;
MyMutex dirEFSMutex;
ExifFilterSettings dirEFS;
ExifFilterSettings currentEFS;