mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
ide: Build methods dialog now preselecting current method #971
git-svn-id: svn://ultimatepp.org/upp/trunk@8153 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
68eea8d30b
commit
6d8f945c83
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ void Ide::SetupBuildMethods()
|
|||
m.Load();
|
||||
m.ShowDefault();
|
||||
m.use_target = use_target;
|
||||
m.method.FindSetCursor(method);
|
||||
for(;;) {
|
||||
int c = m.Run();
|
||||
if(c == IDCANCEL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue