Merge branch 'master' of https://github.com/godotengine/godot
This commit is contained in:
commit
064fd762fa
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ void RichTextLabel::_input_event(InputEvent p_event) {
|
||||||
case InputEvent::KEY: {
|
case InputEvent::KEY: {
|
||||||
|
|
||||||
const InputEventKey &k=p_event.key;
|
const InputEventKey &k=p_event.key;
|
||||||
if (k.pressed && !k.mod.alt && !k.mod.shift && !k.mod.command && !k.mod.meta) {
|
if (k.pressed && !k.mod.alt && !k.mod.shift && !k.mod.meta) {
|
||||||
bool handled=true;
|
bool handled=true;
|
||||||
switch(k.scancode) {
|
switch(k.scancode) {
|
||||||
case KEY_PAGEUP: {
|
case KEY_PAGEUP: {
|
||||||
|
|
Loading…
Reference in a new issue