Restore previous scroll position when reopening the search help dialog with a old search

This commit is contained in:
Michael Alexsander Silva Dias 2018-11-26 13:38:39 -02:00
parent 942855a9ee
commit 78b9b7c42b
2 changed files with 12 additions and 2 deletions

View file

@ -58,6 +58,7 @@ class EditorHelpSearch : public ConfirmationDialog {
ToolButton *hierarchy_button;
OptionButton *filter_combo;
Tree *results_tree;
bool old_search;
class Runner;
Ref<Runner> search;