Merge commit '46b6c9c130a769ffdef9a95245bc160ca78a9ae4'
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