mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
IDE, Project options: Clicking on "Select another LCL Widget set" jumps now to "IDE Macro Values" tab. Issue #22836
git-svn-id: trunk@38601 -
This commit is contained in:
parent
8f226ef9a4
commit
a3e6740bff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user