mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
ide: Fixed minor issue with open main package
git-svn-id: svn://ultimatepp.org/upp/trunk@14751 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d4cf630a1c
commit
00a1274137
1 changed files with 2 additions and 1 deletions
|
|
@ -110,11 +110,12 @@ void Ide::SetMain(const String& package)
|
|||
mainconfigname.Clear();
|
||||
mainconfigparam.Clear();
|
||||
ScanWorkspace();
|
||||
editfile.Clear();
|
||||
LoadFromFile(THISBACK(SerializeWorkspace), WorkspaceFile());
|
||||
tabs.FixIcons();
|
||||
editorsplit.Zoom(0);
|
||||
UpdateFormat();
|
||||
String e = editfile;
|
||||
UpdateFormat();
|
||||
editfile.Clear();
|
||||
MakeTitle();
|
||||
MakeIcon();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue