Skip to content

Commit 069aadb

Browse files
committed
Add missing break in switch.
1 parent 3acf939 commit 069aadb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GraphicalTextArea.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ bool GraphicalTextArea::keyInput(int key, int scancode, int action, int mods) {
7575
selectAll();
7676
return true;
7777
}
78+
break;
7879
default:
7980
return false;
8081
}

0 commit comments

Comments
 (0)