RRUZ / vcl-styles-utils

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

Solution for bug in TFindDialog when using vcl style #247

Open raelb opened 5 years ago

raelb commented 5 years ago

Hi,

There is a known bug with the TFindDialog since Delphi Seattle (still present in Rio): https://quality.embarcadero.com/browse/RSP-17848?jql=text%20~%20TFindDialog If you use a VCL style, then the normal keyboard shortcuts do not work for the dialog. However, if no VCL style is used, then the keyboard shortcuts work as per normal.

Is it possible for vcl-styles-utils to force using the unstyled TFontDialog (Where shortcuts do work), or provide some other solution to bypass this Delphi bug? For me I would rather have the shortcuts working than having a pretty dialog that does not work properly..

Thank you Rael