mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 01:31:04 +02:00
LCL-Gtk2: Don't mix resizing a column with drag-and-drop. Issue #34393, patch from accorp.
git-svn-id: trunk@59254 -
This commit is contained in:
parent
fdf9177fb1
commit
f52f6cc5ec
@ -1964,6 +1964,11 @@ var
|
||||
|
||||
begin
|
||||
Result := 0;
|
||||
|
||||
if GTK_IS_TREE_VIEW(widget)
|
||||
and (gtk_tree_view_get_bin_window(PGtkTreeView(widget)) <> Event^.window) then
|
||||
Exit;
|
||||
|
||||
CheckTransparentWindow({%H-}TLCLIntfHandle(widget), AWinControl);
|
||||
if (widget=nil) or (AWinControl=nil) then
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user