mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-12 06:12:59 -06:00
ide: Fixed commandline package loading
git-svn-id: svn://ultimatepp.org/upp/trunk@15237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cd34380da0
commit
78d8fb04ce
1 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,8 @@ void AppMain___()
|
|||
|
||||
SetPPDefs(LoadFile(ppdefs));
|
||||
|
||||
ide.LoadLastMain();
|
||||
if(!clset)
|
||||
ide.LoadLastMain();
|
||||
do {
|
||||
IdeAgain = false;
|
||||
if(clset || ide.OpenMainPackage()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue