1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Re-save temporary projects after moving to new location to fix relative path build errors in generated IDE projects

This commit is contained in:
ed 2021-11-02 09:43:59 +00:00
parent 49bbadbca9
commit 67dfc1975c

View file

@ -304,7 +304,7 @@ void MainWindow::moveProject (File newProjectFileToOpen, OpenInIDE openInIDE)
return;
if (openedSuccessfully && parent->currentProject != nullptr && openInIDE == OpenInIDE::yes)
ProjucerApplication::getApp().getCommandManager().invokeDirectly (CommandIDs::openInIDE, false);
ProjucerApplication::getApp().getCommandManager().invokeDirectly (CommandIDs::saveAndOpenInIDE, false);
});
});
}