fix: crash reported in uploaded bug reports

EGGComponentError: Property cannot be translated. Add TP_GlobalIgnoreClassProperty(TComboBoxEx,'Text') to your source code ...
This commit is contained in:
Ansgar Becker
2026-03-04 13:01:39 +01:00
parent f8916cc2de
commit e89d973531

View File

@@ -6,6 +6,7 @@ uses
System.SysUtils,
Vcl.Dialogs,
Vcl.Controls,
Vcl.ComCtrls,
Winapi.Windows,
main in '..\..\source\main.pas' {MainForm},
about in '..\..\source\about.pas' {AboutBox},
@@ -96,6 +97,7 @@ begin
// First time translation via dxgettext.
// Issue #3064: Ignore TFont, so "Default" on mainform for WinXP users does not get broken.
gnugettext.TP_GlobalIgnoreClass(TFont);
gnugettext.TP_GlobalIgnoreClass(TComboBoxEx);
// Enable padding in customized tooltips
HintWindowClass := TExtHintWindow;