mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Remove useless coFixed option from first column of routine parameter list. Works around an AV in the new VirtualTree version.
This commit is contained in:
@ -232,7 +232,7 @@ object frmRoutineEditor: TfrmRoutineEditor
|
||||
OnNewText = listParametersNewText
|
||||
Columns = <
|
||||
item
|
||||
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coShowDropMark, coVisible, coFixed, coAllowFocus]
|
||||
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coShowDropMark, coVisible, coAllowFocus]
|
||||
Position = 0
|
||||
Width = 25
|
||||
WideText = '#'
|
||||
|
Reference in New Issue
Block a user