Fix for procparams not saved
the name of the file was not initialized so ... later some checks prevent saving
This commit is contained in:
@@ -325,6 +325,8 @@ void EditorPanel::open (Thumbnail* tmb, rtengine::InitialImage* isrc) {
|
|||||||
openThm = tmb;
|
openThm = tmb;
|
||||||
openThm->increaseRef ();
|
openThm->increaseRef ();
|
||||||
|
|
||||||
|
fname=openThm->getFileName();
|
||||||
|
|
||||||
previewHandler = new PreviewHandler ();
|
previewHandler = new PreviewHandler ();
|
||||||
|
|
||||||
this->isrc = isrc;
|
this->isrc = isrc;
|
||||||
|
Reference in New Issue
Block a user