mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Cosmetic: Label caption still sticks to its name until loop modifies it. Fixes issue #2158.
This commit is contained in:
@@ -96,9 +96,9 @@ object RunSQLFileForm: TRunSQLFileForm
|
||||
object lblAffectedRowsValue: TLabel
|
||||
Left = 104
|
||||
Top = 57
|
||||
Width = 104
|
||||
Width = 6
|
||||
Height = 13
|
||||
Caption = 'lblAffectedRowsValue'
|
||||
Caption = '0'
|
||||
end
|
||||
object btnClose: TButton
|
||||
Left = 162
|
||||
|
||||
Reference in New Issue
Block a user