mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 15:39:49 +02:00
Qt5: fixed error message
git-svn-id: trunk@64922 -
This commit is contained in:
parent
3c3bdedabf
commit
14ef04d220
@ -876,7 +876,7 @@ const
|
||||
var
|
||||
QtTreeWidget: TQtTreeWidget;
|
||||
begin
|
||||
if not WSCheckHandleAllocated(ALV, 'ColumnSetCaption') then
|
||||
if not WSCheckHandleAllocated(ALV, 'ColumnSetSortIndicator') then
|
||||
Exit;
|
||||
|
||||
if IsIconView(ALV) then
|
||||
|
Loading…
Reference in New Issue
Block a user