X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_main.pas;h=d543e3fdb5048e130d0def4a71730acb1db1ff47;hp=a810a63637c87848381a1c051228b1cfd91a1f7c;hb=629df7b7167e490fee02d458ce229a3a68ff22c6;hpb=1f9dfb4b1c61b040c35706dba61a12e8ed627449 diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index a810a63..d543e3f 100644 --- 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);