mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-13 16:18:30 +00:00
Fix missing function names in CommentsWidget
This commit is contained in:
parent
a9b5f40702
commit
8c8ca6b9a4
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user