IDE, Project options: Clicking on "Select another LCL Widget set" jumps now to "IDE Macro Values" tab. Issue

git-svn-id: trunk@38601 -
This commit is contained in:
juha 2012-09-09 13:12:38 +00:00
parent 8f226ef9a4
commit a3e6740bff

View File

@ -284,7 +284,7 @@ end;
procedure TCompilerPathOptionsFrame.LCLWidgetTypeLabelClick(Sender: TObject);
begin
FDialog.OpenEditor(GroupCompiler,CompilerOptionsBuildModes);
FDialog.OpenEditor(GroupCompiler,CompilerOptionsMacroValues);
end;
procedure TCompilerPathOptionsFrame.LCLWidgetTypeLabelMouseEnter(Sender: TObject);