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)