Wrong naming of snapshots in SETM, fixes #2915

This commit is contained in:
heckflosse
2015-09-23 20:19:39 +02:00
parent fb6ffa6aa8
commit 46b6c9c130
2 changed files with 2 additions and 0 deletions

View File

@@ -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 ()

View File

@@ -126,6 +126,7 @@ public:
void redo ();
bool blistenerLock;
void resetSnapShotNumber() {bmnum = 1;};
};
#endif