revert changes button #759

This commit is contained in:
Jan Prochazka
2024-05-09 13:07:31 +02:00
parent 5c24774170
commit 4429b1d618
3 changed files with 4 additions and 0 deletions

View File

@@ -277,6 +277,7 @@
<ToolStripCommandButton command="dataForm.goToLast" hideDisabled />
<ToolStripCommandButton command="tableData.save" />
<ToolStripCommandButton command="dataGrid.revertAllChanges" hideDisabled />
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToForm" hideDisabled />