From 6d8f945c8389fceb220017618a02d4be40c80fe5 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 8 Feb 2015 12:38:22 +0000 Subject: [PATCH] ide: Build methods dialog now preselecting current method #971 git-svn-id: svn://ultimatepp.org/upp/trunk@8153 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Methods.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/ide/Methods.cpp b/uppsrc/ide/Methods.cpp index f36d2731f..9ebfff7dd 100644 --- a/uppsrc/ide/Methods.cpp +++ b/uppsrc/ide/Methods.cpp @@ -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)