mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +02:00
Qt: added TODO for QEventFontChange. Related to issue #19695
git-svn-id: trunk@33300 -
This commit is contained in:
parent
c156e119ce
commit
ff5bcd9fee
@ -2178,6 +2178,10 @@ begin
|
||||
if LCLObject <> nil then
|
||||
begin
|
||||
case QEvent_type(Event) of
|
||||
QEventFontChange:
|
||||
begin
|
||||
//TODO: for issue #19695
|
||||
end;
|
||||
QEventEnabledChange:
|
||||
begin
|
||||
// if we are disabled, imediatelly invalidate widgetAt cache
|
||||
@ -5887,7 +5891,11 @@ begin
|
||||
end;
|
||||
|
||||
case QEvent_type(Event) of
|
||||
QEventFontChange,
|
||||
QEventFontChange:
|
||||
begin
|
||||
Result := inherited EventFilter(Sender, Event);
|
||||
setLayoutThemeMargins(QWidget_layout(Widget), Widget);
|
||||
end;
|
||||
QEventStyleChange: setLayoutThemeMargins(QWidget_layout(Widget), Widget);
|
||||
QEventShow:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user