RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
331 stars 114 forks source link

Only the help contents tree is styled #251

Open djjd47130 opened 5 years ago

djjd47130 commented 5 years ago

I'm using Vcl Styles Utils in a project that uses a dark style. I have a CHM help file associated with my project. However, the help window is completely deformed:

image

Observe the following issues:

My uses clause has the following:

  Vcl.Styles, Vcl.Themes,
  Vcl.Styles.FontAwesome,
  Vcl.Styles.Fixes,
  Vcl.Styles.Utils.Menus,
  Vcl.Styles.Utils.Forms,
  Vcl.Styles.Utils.StdCtrls,
  Vcl.Styles.Utils.ComCtrls,
  Vcl.Styles.Utils.ScreenTips,
  Vcl.Styles.Utils.SysControls,
  Vcl.Styles.Utils.SysStyleHook,