mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 22:40:30 +02:00
gtk2, qt, qt5: header sort arrows are not supported
git-svn-id: trunk@57755 -
This commit is contained in:
parent
9b8424c65b
commit
f6e8568dde
@ -596,6 +596,11 @@ begin
|
||||
end else
|
||||
Result := GetBaseDetailsSize(Details);
|
||||
{$ENDIF}
|
||||
teHeader:
|
||||
if Details.Part = HP_HEADERSORTARROW then
|
||||
Result := Size(-1, -1) // not yet supported
|
||||
else
|
||||
Result := GetBaseDetailsSize(Details);
|
||||
else
|
||||
Result := GetBaseDetailsSize(Details);
|
||||
end;
|
||||
|
@ -880,6 +880,11 @@ begin
|
||||
Result.cx := QStyle_pixelMetric(Style, QStylePM_MenuButtonIndicator, nil, nil);
|
||||
end else
|
||||
Result := inherited;
|
||||
teHeader:
|
||||
if Details.Part = HP_HEADERSORTARROW then
|
||||
Result := Size(-1, -1) // not yet supported
|
||||
else
|
||||
Result := inherited;
|
||||
else
|
||||
Result := inherited;
|
||||
end;
|
||||
|
@ -878,6 +878,11 @@ begin
|
||||
Result.cx := QStyle_pixelMetric(Style, QStylePM_MenuButtonIndicator, nil, nil);
|
||||
end else
|
||||
Result := inherited;
|
||||
teHeader:
|
||||
if Details.Part = HP_HEADERSORTARROW then
|
||||
Result := Size(-1, -1) // not yet supported
|
||||
else
|
||||
Result := inherited;
|
||||
else
|
||||
Result := inherited;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user