Information panel now correctly updates when undo/redo is performed

This commit is contained in:
codeimp 2009-07-23 09:23:40 +00:00
parent 5e53857fa6
commit 29972eae8e

View file

@ -718,6 +718,7 @@ namespace CodeImp.DoomBuilder.Editing
foreach(Thing t in General.Map.Map.Things) if(t.Marked) t.UpdateConfiguration();
General.Map.ThingsFilter.Update();
General.Map.Data.UpdateUsedTextures();
General.MainWindow.RefreshInfo();
General.MainWindow.RedrawDisplay();
// Done
@ -849,6 +850,7 @@ namespace CodeImp.DoomBuilder.Editing
foreach(Thing t in General.Map.Map.Things) if(t.Marked) t.UpdateConfiguration();
General.Map.ThingsFilter.Update();
General.Map.Data.UpdateUsedTextures();
General.MainWindow.RefreshInfo();
General.MainWindow.RedrawDisplay();
// Done