Skip to content

Commit 4fd646c

Browse files
committed
fix: drag'n drop on Linux requires VT.DragType = dtVCL
1 parent 9afc60f commit 4fd646c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/connections.lfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ object connform: Tconnform
10631063
Width = 250
10641064
Align = alClient
10651065
DragMode = dmAutomatic
1066+
DragType = dtVCL
10661067
Header.AutoSizeIndex = -1
10671068
Header.Columns = <
10681069
item

source/table_editor.lfm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ object frmTableEditor: TfrmTableEditor
336336
Width = 784
337337
Align = alClient
338338
DragMode = dmAutomatic
339+
DragType = dtVCL
339340
EditDelay = 0
340341
Header.AutoSizeIndex = 0
341342
Header.Columns = <
@@ -993,6 +994,7 @@ object frmTableEditor: TfrmTableEditor
993994
Anchors = [akTop, akLeft, akRight, akBottom]
994995
Constraints.MinHeight = 25
995996
DragMode = dmAutomatic
997+
DragType = dtVCL
996998
EditDelay = 0
997999
Header.AutoSizeIndex = -1
9981000
Header.Columns = <

0 commit comments

Comments
 (0)