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;
|
Gtk::Allocation alloc;
|
||||||
iareapanel->imageArea->on_resized(alloc);
|
iareapanel->imageArea->on_resized(alloc);
|
||||||
}
|
}
|
||||||
|
history->resetSnapShotNumber();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorPanel::close ()
|
void EditorPanel::close ()
|
||||||
|
@@ -126,6 +126,7 @@ public:
|
|||||||
void redo ();
|
void redo ();
|
||||||
|
|
||||||
bool blistenerLock;
|
bool blistenerLock;
|
||||||
|
void resetSnapShotNumber() {bmnum = 1;};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user