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:
cxl 2015-02-08 12:38:22 +00:00
parent 68eea8d30b
commit 6d8f945c83

View file

@ -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)