From 8c8ca6b9a4660d57cb150a02402879d1d41f6c40 Mon Sep 17 00:00:00 2001 From: ballessay Date: Thu, 27 Apr 2017 21:00:39 +0200 Subject: [PATCH] Fix missing function names in CommentsWidget --- src/optionsdialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/optionsdialog.cpp b/src/optionsdialog.cpp index 43b51764..fbd9a77c 100644 --- a/src/optionsdialog.cpp +++ b/src/optionsdialog.cpp @@ -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"));