Fix missing function names in CommentsWidget

This commit is contained in:
ballessay 2017-04-27 21:00:39 +02:00 committed by C. Balles
parent a9b5f40702
commit 8c8ca6b9a4

View File

@ -227,6 +227,9 @@ void OptionsDialog::anal_finished()
this->w->core->seek("entry0");
}
this->w->add_output(" > Populating UI");
// FIXME: initialization order frakup. the next line is needed so that the
// comments widget displays the function names.
core->cmd("fs sections");
this->w->updateFrames();
this->w->setFilename(this->filename);
this->w->get_refs(this->w->core->cmd("?v entry0"));