Make faces selectable again after undo.

pull/4/head
EvilSpirit 2015-11-01 22:26:55 +06:00 committed by whitequark
parent fdc39edfd8
commit 4d5a92e9b2
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ void SolveSpaceUI::PopOntoCurrentFrom(UndoStack *uk) {
SS.ReloadAllImported();
SS.GenerateAll(0, INT_MAX);
SS.ScheduleShowTW();
// Activate the group that was active before.
Group *activeGroup = SK.group.FindById(SS.GW.activeGroup);
activeGroup->Activate();
}
void SolveSpaceUI::UndoClearStack(UndoStack *uk) {