mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 13:39:25 +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;
|
SkipDefault: Boolean;
|
||||||
Item: QListWidgetItemH;
|
Item: QListWidgetItemH;
|
||||||
begin
|
begin
|
||||||
if ViewStyle >= 0 then
|
if (ViewStyle >= 0) and not (FChildOfComplexWidget = ccwComboBox) then
|
||||||
begin
|
begin
|
||||||
State := QStyleOption_state(option);
|
State := QStyleOption_state(option);
|
||||||
ACustomState := [cdsDefault];
|
ACustomState := [cdsDefault];
|
||||||
|
Loading…
Reference in New Issue
Block a user