mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
save nearly done, i guess
need help with the open, if(end of fileName = ".idf")
This commit is contained in:
@@ -61,10 +61,12 @@ void IntelliPhotoGui::slotOpen(){
|
||||
IntelliDatamanager::loadProject(paintingArea,fileName);
|
||||
}
|
||||
}
|
||||
paintingArea->open(fileName);
|
||||
}
|
||||
//paintingArea->open(fileName);
|
||||
//TODO remove datamanager funciton and enable painting area function
|
||||
IntelliDatamanager::loadProject(paintingArea,fileName);
|
||||
UpdateGui();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Called when the user clicks Save As in the menu
|
||||
|
||||
Reference in New Issue
Block a user