We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61ecbe commit b0cf981Copy full SHA for b0cf981
1 file changed
src/platform/android/jni/runtime.cpp
@@ -952,7 +952,7 @@ void System::editSource(strlib::String loadPath) {
952
_output->addInput(editWidget);
953
_output->addInput(helpWidget);
954
955
- if (gsb_last_line && isBack()) {
+ if (gsb_last_line && isBreak()) {
956
String msg = "Break at line: ";
957
msg.append(gsb_last_line);
958
runtime->alert(msg);
@@ -1082,7 +1082,6 @@ void System::editSource(strlib::String loadPath) {
1082
1083
// deletes editWidget unless it has been removed
1084
_output->removeInputs();
1085
-
1086
if (!isClosing()) {
1087
_output->selectScreen(prevScreenId);
1088
}
0 commit comments