diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-07-01 02:12:46 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-07-01 02:12:46 -0400 |
| commit | 5905230680836502720150465150185399225595 (patch) | |
| tree | b7ab9d4c2d2c3f3ef917198b20dd9d3d0f73b7e3 /ui/scriptingconsole.h | |
| parent | bf5007b8dcfcee6978fe32a5e61dfadb17a3ba41 (diff) | |
Fix scripting console losing edited text when navigating history
Diffstat (limited to 'ui/scriptingconsole.h')
| -rw-r--r-- | ui/scriptingconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 730bba31..9ebc0463 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -220,6 +220,7 @@ class BINARYNINJAUIAPI ScriptingConsole : public SidebarWidget, BinaryNinja::Scr void moveUpInHistory(); void moveDownInHistory(); + void stopMovingInHistory(); std::vector<std::string> reverseSearch(const QString& text); void closing() override; |
