Martijn Laan 3 mēneši atpakaļ
vecāks
revīzija
fd2e96a817
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Projects/Src/IDE.MainForm.UAHHelper.pas

+ 4 - 0
Projects/Src/IDE.MainForm.UAHHelper.pas

@@ -8,6 +8,10 @@ unit IDE.MainForm.UAHHelper;
 
   Compiler form - UAH helper which has the MRU helper as ancestor
 
+  This adds support for dark menu bars, meaning just the row which displays
+  'File', 'Edit', etc. Support for dark menus, meaning the actual popups,
+  is enabled using SetPreferredAppMode and FlushMenuThemes in IDE.MainForm
+
   Not used by MainForm: it uses IDE.MainForm.FinalHelper instead
 }