Skip to content

Commit 5905230

Browse files
committed
Fix scripting console losing edited text when navigating history
1 parent bf5007b commit 5905230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/scriptingconsole.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class BINARYNINJAUIAPI ScriptingConsole : public SidebarWidget, BinaryNinja::Scr
220220

221221
void moveUpInHistory();
222222
void moveDownInHistory();
223+
void stopMovingInHistory();
223224
std::vector<std::string> reverseSearch(const QString& text);
224225

225226
void closing() override;

0 commit comments

Comments
 (0)