mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:20:30 +02:00
Gtk2: fixed weird behaviour of TListBox selection. Fixes #16972.
git-svn-id: trunk@27968 -
This commit is contained in:
parent
df3dbed892
commit
99cd9b4bbe
@ -670,8 +670,6 @@ var
|
||||
Mess: TLMessage;
|
||||
begin
|
||||
Result := CallBackDefaultReturn;
|
||||
if WidgetInfo^.ChangeLock > 0 then
|
||||
Exit;
|
||||
{$IFDEF EventTrace}
|
||||
EventTrace('gtk2ListSelectionChangedAfter', WidgetInfo^.LCLObject);
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user