From 4484aca8e19d4f4557d29e8f58ed3305161e89fd Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 21 Aug 2020 14:06:16 +0200 Subject: [PATCH] Revert "pgui: Ignore PGEntry tab keypress" This reverts commit 1f05d37b209470c179b6d00f888ac39ffd14bcf4. See #994 --- panda/src/pgui/pgEntry.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/panda/src/pgui/pgEntry.cxx b/panda/src/pgui/pgEntry.cxx index c729a23038..b6a86754d7 100644 --- a/panda/src/pgui/pgEntry.cxx +++ b/panda/src/pgui/pgEntry.cxx @@ -203,11 +203,6 @@ press(const MouseWatcherParameter ¶m, bool background) { ButtonHandle button = param.get_button(); - if (button == KeyboardButton::tab()) { - // Tab. Ignore the entry. - return; - } - if (button == MouseButton::one() || button == MouseButton::two() || button == MouseButton::three() ||