mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
fix: drag'n drop on Linux requires VT.DragType = dtVCL
This commit is contained in:
@@ -1063,6 +1063,7 @@ object connform: Tconnform
|
||||
Width = 250
|
||||
Align = alClient
|
||||
DragMode = dmAutomatic
|
||||
DragType = dtVCL
|
||||
Header.AutoSizeIndex = -1
|
||||
Header.Columns = <
|
||||
item
|
||||
|
||||
@@ -336,6 +336,7 @@ object frmTableEditor: TfrmTableEditor
|
||||
Width = 784
|
||||
Align = alClient
|
||||
DragMode = dmAutomatic
|
||||
DragType = dtVCL
|
||||
EditDelay = 0
|
||||
Header.AutoSizeIndex = 0
|
||||
Header.Columns = <
|
||||
@@ -993,6 +994,7 @@ object frmTableEditor: TfrmTableEditor
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Constraints.MinHeight = 25
|
||||
DragMode = dmAutomatic
|
||||
DragType = dtVCL
|
||||
EditDelay = 0
|
||||
Header.AutoSizeIndex = -1
|
||||
Header.Columns = <
|
||||
|
||||
Reference in New Issue
Block a user