Fixes a crash on save
If you closed the project window (setting m_project_file to NULL), and tried to save, a crash would occur.
This patch extends functionality to prompt for a project name if m_project_file is NULL.
Projects can now be saved again with this workaround for now..
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Loading
Please register or sign in to comment