mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Try to fix issue #1188: weird values in collation pulldown inside the text editor. Could it be that TField.AsString is broken if this heals the problem.
This commit is contained in:
@ -347,7 +347,7 @@ object frmTableEditor: TfrmTableEditor
|
||||
TabOrder = 0
|
||||
OnChange = editNumEditChange
|
||||
end
|
||||
object comboCollation: TComboBox
|
||||
object comboCollation: TTntComboBox
|
||||
Left = 354
|
||||
Top = 3
|
||||
Width = 119
|
||||
|
Reference in New Issue
Block a user