GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-editor.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78890b1
)
osx: disable menu icons
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Wed, 24 May 2023 06:53:57 +0000
(09:53 +0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Wed, 24 May 2023 06:53:57 +0000
(09:53 +0300)
src/editor/Editor.lpr
patch
|
blob
|
history
diff --git
a/src/editor/Editor.lpr
b/src/editor/Editor.lpr
index 2e5585344aa4627e340de55019560340902728e5..95692d90bcb0c49d5f78d449012caca91cb929c3 100644
(file)
--- a/
src/editor/Editor.lpr
+++ b/
src/editor/Editor.lpr
@@
-228,6
+228,10
@@
begin
Application.ExceptionDialog := aedOkMessageBox;
Application.AddOnExceptionHandler(THandlerObject.ExceptionHandler, True);
Application.Initialize();
+ {$IFDEF DARWIN}
+ // Disable icons in menu on OSX by default
+ Application.ShowMenuGlyphs := sbgNever;
+ {$ENDIF}
InitPathes;
CheckParamOptions;
DEADSOFTWARE 2012-2025