mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
lcl: set defaults for show menu glyphs properties
git-svn-id: trunk@20193 -
This commit is contained in:
parent
3f5dc06930
commit
80fd86e43e
@ -100,6 +100,7 @@ begin
|
||||
LCLProc.SendApplicationMessageFunction:=@SendApplicationMsg;
|
||||
|
||||
FShowButtonGlyphs := sbgAlways;
|
||||
FShowMenuGlyphs := sbgAlways;
|
||||
FMainForm := nil;
|
||||
FMouseControl := nil;
|
||||
FHintColor := DefHintColor;
|
||||
|
@ -292,6 +292,7 @@ begin
|
||||
FHintShortPause := DefHintShortPause;
|
||||
FHintHidePause := DefHintHidePause;
|
||||
FShowButtonGlyphs := sbgAlways;
|
||||
FShowMenuGlyphs := sbgAlways;
|
||||
FShowHint := True;
|
||||
end
|
||||
else
|
||||
@ -305,6 +306,7 @@ begin
|
||||
FHintShortCuts := Application.HintShortCuts;
|
||||
FHintShortPause := Application.HintShortPause;
|
||||
FShowButtonGlyphs := Application.ShowButtonGlyphs;
|
||||
FShowMenuGlyphs := Application.ShowMenuGlyphs;
|
||||
FShowHint := Application.ShowHint;
|
||||
FTitle := Application.Title;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user