Skip to content

Commit b0cf981

Browse files
committed
ANDROID: misc editing issues
1 parent b61ecbe commit b0cf981

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/platform/android/jni/runtime.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ void System::editSource(strlib::String loadPath) {
952952
_output->addInput(editWidget);
953953
_output->addInput(helpWidget);
954954

955-
if (gsb_last_line && isBack()) {
955+
if (gsb_last_line && isBreak()) {
956956
String msg = "Break at line: ";
957957
msg.append(gsb_last_line);
958958
runtime->alert(msg);
@@ -1082,7 +1082,6 @@ void System::editSource(strlib::String loadPath) {
10821082

10831083
// deletes editWidget unless it has been removed
10841084
_output->removeInputs();
1085-
10861085
if (!isClosing()) {
10871086
_output->selectScreen(prevScreenId);
10881087
}

0 commit comments

Comments
 (0)