mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
whee
This commit is contained in:
parent
02ea8a3b82
commit
0793b1b516
@ -52,7 +52,6 @@ INLINE void GuiButton::up(void) {
|
|||||||
gui_cat->warning() << "got up from invalid state (" << (int)_state << "),"
|
gui_cat->warning() << "got up from invalid state (" << (int)_state << "),"
|
||||||
<< " button '" << this->get_name() << "'" << endl;
|
<< " button '" << this->get_name() << "'" << endl;
|
||||||
}
|
}
|
||||||
this->reset_behavior();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
INLINE void GuiButton::down(void) {
|
INLINE void GuiButton::down(void) {
|
||||||
|
@ -466,6 +466,7 @@ void GuiButton::stop_behavior(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GuiButton::reset_behavior(void) {
|
void GuiButton::reset_behavior(void) {
|
||||||
|
gui_cat->debug() << this->get_name() << "::reset_behavior()" << endl;
|
||||||
GuiBehavior::reset_behavior();
|
GuiBehavior::reset_behavior();
|
||||||
if (_mgr == (GuiManager*)0L)
|
if (_mgr == (GuiManager*)0L)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user