X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2FEditor.lpr;h=95692d90bcb0c49d5f78d449012caca91cb929c3;hp=2e5585344aa4627e340de55019560340902728e5;hb=057284c42bc8691b1768140daee72a7d24410867;hpb=78890b1e0b8fae82e29e68e3aa0ea77bf5b6e86d diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr index 2e55853..95692d9 100644 --- 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;