mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +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
|
OnNewText = listParametersNewText
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coShowDropMark, coVisible, coFixed, coAllowFocus]
|
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coShowDropMark, coVisible, coAllowFocus]
|
||||||
Position = 0
|
Position = 0
|
||||||
Width = 25
|
Width = 25
|
||||||
WideText = '#'
|
WideText = '#'
|
||||||
|
Reference in New Issue
Block a user