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:
juha 2018-10-06 09:08:06 +00:00
parent fdf9177fb1
commit f52f6cc5ec

View File

@ -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;