Skip to content

Commit b61ecbe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/android/jni/runtime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ void System::editSource(strlib::String loadPath) {
956956
String msg = "Break at line: ";
957957
msg.append(gsb_last_line);
958958
runtime->alert(msg);
959-
} else if (gsb_last_error && isBack()) {
959+
} else if (gsb_last_error && !isBack()) {
960960
// program stopped with an error
961961
editWidget->setCursorRow(gsb_last_line + editWidget->getSelectionRow() - 1);
962962
runtime->alert(gsb_last_errmsg);

0 commit comments

Comments
 (0)