Merge commit '46b6c9c130a769ffdef9a95245bc160ca78a9ae4'

This commit is contained in:
Morgan Hardwood
2015-09-23 22:17:14 +02:00
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