We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acf939 commit 069aadbCopy full SHA for 069aadb
GraphicalTextArea.cpp
@@ -75,6 +75,7 @@ bool GraphicalTextArea::keyInput(int key, int scancode, int action, int mods) {
75
selectAll();
76
return true;
77
}
78
+ break;
79
default:
80
return false;
81
0 commit comments