Wrong naming of snapshots in SETM, fixes #2915
This commit is contained in:
@@ -567,6 +567,7 @@ void EditorPanel::open (Thumbnail* tmb, rtengine::InitialImage* isrc)
|
||||
Gtk::Allocation alloc;
|
||||
iareapanel->imageArea->on_resized(alloc);
|
||||
}
|
||||
history->resetSnapShotNumber();
|
||||
}
|
||||
|
||||
void EditorPanel::close ()
|
||||
|
@@ -126,6 +126,7 @@ public:
|
||||
void redo ();
|
||||
|
||||
bool blistenerLock;
|
||||
void resetSnapShotNumber() {bmnum = 1;};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user