Block bookmark changes when updating processing parameters in the history panels, so that snapshots will not wander to the other images.

This commit is contained in:
Adam Reichold
2015-12-19 17:49:25 +01:00
parent 8ae520e794
commit 551f5ec5f3

View File

@@ -230,6 +230,7 @@ void History::procParamsChanged (ProcParams* params, ProcEvent ev, Glib::ustring
}
selchangehist.block (true);
selchangebm.block (true);
if (ev == EvPhotoLoaded) {
initHistory ();
@@ -303,6 +304,7 @@ void History::procParamsChanged (ProcParams* params, ProcEvent ev, Glib::ustring
}
selchangehist.block (false);
selchangebm.block (false);
}
void History::addBookmarkWithText (Glib::ustring text)