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

pull/155/head
zuu 11 years ago
parent 2f6965ce0c
commit 8477e293df

@ -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);
}

@ -426,6 +426,7 @@ public:
/* story_page_elements will get built by SetSelectedPage */
this->FinishInitNested(window_number);
this->owner = (Owner)this->window_number;
/* Initialize selected vars. */
this->selected_generic_title[0] = '\0';

Loading…
Cancel
Save