summaryrefslogtreecommitdiffstats
path: root/editor/editor_help_search.h
diff options
context:
space:
mode:
authordankan1890 <mewuidev2@gmail.com>2019-11-25 16:23:35 +0100
committerdankan1890 <mewuidev2@gmail.com>2019-11-25 16:23:35 +0100
commit4de9c51f23605dc06765bb6f2f4af26576bbc64d (patch)
tree45d94c377b90b05424dcfa2e68f6d7018cac4b52 /editor/editor_help_search.h
parent5ddce7a9df62a8c3bcd928a8dff703e4831fdc22 (diff)
downloadredot-engine-4de9c51f23605dc06765bb6f2f4af26576bbc64d.tar.gz
Fixed missing scrolling in Search Help Dialog.
Fix #33675
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r--editor/editor_help_search.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h
index 12ffd024a7..0be2f3419b 100644
--- a/editor/editor_help_search.h
+++ b/editor/editor_help_search.h
@@ -59,6 +59,7 @@ class EditorHelpSearch : public ConfirmationDialog {
OptionButton *filter_combo;
Tree *results_tree;
bool old_search;
+ String old_term;
class Runner;
Ref<Runner> search;