mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:16:05 +02:00
Qt: fixed regression in owner drawn combobox from rev.43135. issue #25172
git-svn-id: trunk@43180 -
This commit is contained in:
parent
786941f5aa
commit
d29e9fa0b6
@ -11374,7 +11374,7 @@ var
|
||||
SkipDefault: Boolean;
|
||||
Item: QListWidgetItemH;
|
||||
begin
|
||||
if ViewStyle >= 0 then
|
||||
if (ViewStyle >= 0) and not (FChildOfComplexWidget = ccwComboBox) then
|
||||
begin
|
||||
State := QStyleOption_state(option);
|
||||
ACustomState := [cdsDefault];
|
||||
|
Loading…
Reference in New Issue
Block a user