yay updated export works 100%

i think
This commit is contained in:
Jan Schuffenhauer
2020-01-23 16:38:52 +01:00
parent 12614096f8
commit 48747c1e8a
2 changed files with 4 additions and 3 deletions

View File

@@ -65,12 +65,13 @@ void IntelliPhotoGui::slotOpen(){
}
if(rightFileType){
//paintingArea->open(fileName);
//TODO remove datamanager funciton and enable painting area function
IntelliDatamanager::loadProject(paintingArea,fileName);
UpdateGui();
}
else{
paintingArea->open(fileName);
}
}
}
}