mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
*** empty log message ***
This commit is contained in:
parent
1c4ba2bf5e
commit
4ab93c1f44
@ -73,7 +73,7 @@ GuiManager* GuiManager::get_ptr(GraphicsWindow* w, MouseAndKeyboard* mak,
|
||||
gui_cat->warning() << "overwriting existing button up pattern '"
|
||||
<< watcher->get_button_up_pattern()
|
||||
<< "' with 'gui-%r-%b-up'" << endl;
|
||||
watcher->set_button_up_pattern("gui-%r-%b");
|
||||
watcher->set_button_up_pattern("gui-%r-%b-up");
|
||||
if (has_watcher && !watcher->get_enter_pattern().empty())
|
||||
gui_cat->warning() << "overwriting existing enter pattern '"
|
||||
<< watcher->get_enter_pattern()
|
||||
|
Loading…
x
Reference in New Issue
Block a user