mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix initial state for "delete selected row(s)" in data grid. All other TDataSet Actions get enabled/disabled automagically by Delphi but actDatasetDelete is the only one of them which has an OnExecute procedure which seems to avoid Delphi of doing this enabling/disabling
This commit is contained in:
@@ -948,6 +948,7 @@ object MainForm: TMainForm
|
||||
object actDataSetDelete: TDataSetDelete
|
||||
Category = 'Data'
|
||||
Caption = '&Delete'
|
||||
Enabled = False
|
||||
Hint = 'Delete'
|
||||
ImageIndex = 46
|
||||
ShortCut = 16430
|
||||
|
||||
Reference in New Issue
Block a user