(svn r25759) -Fix (r25369): Set the owner flag of the goal and story windows

This commit is contained in:
zuu
2013-09-12 14:35:52 +00:00
parent b8c6ac60a6
commit 24481998fa
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ struct GoalListWindow : public Window {
this->CreateNestedTree();
this->vscroll = this->GetScrollbar(WID_GOAL_SCROLLBAR);
this->FinishInitNested(window_number);
this->owner = (Owner)this->window_number;
this->OnInvalidateData(0);
}