GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-editor.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f9dfb4
)
Main: Update selected objects on delete
author
Stas'M <x86corez@gmail.com>
Tue, 22 May 2018 13:00:14 +0000
(16:00 +0300)
committer
Stas'M <x86corez@gmail.com>
Tue, 22 May 2018 13:01:04 +0000
(16:01 +0300)
src/editor/f_main.pas
patch
|
blob
|
history
diff --git
a/src/editor/f_main.pas
b/src/editor/f_main.pas
index a810a63637c87848381a1c051228b1cfd91a1f7c..d543e3fdb5048e130d0def4a71730acb1db1ff47 100644
(file)
--- a/
src/editor/f_main.pas
+++ b/
src/editor/f_main.pas
@@
-1776,6
+1776,7
@@
begin
RemoveSelectFromObjects();
MainForm.miUndo.Enabled := UndoBuffer <> nil;
+ MainForm.RecountSelectedObjects();
end;
procedure Undo_Add(ObjectType: Byte; ID: DWORD; Group: Boolean = False);
DEADSOFTWARE 2012-2025