diff --git a/panda/src/pgui/pgEntry.cxx b/panda/src/pgui/pgEntry.cxx index b6a86754d7..c729a23038 100644 --- a/panda/src/pgui/pgEntry.cxx +++ b/panda/src/pgui/pgEntry.cxx @@ -203,6 +203,11 @@ 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() ||