mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
typo
This commit is contained in:
parent
c74e33d802
commit
0b2d283594
@ -41,7 +41,7 @@ void GuiBackground::manage(GuiManager* mgr, EventHandler& eh) {
|
|||||||
_bg->freeze();
|
_bg->freeze();
|
||||||
_bg->set_width(_item->get_width());
|
_bg->set_width(_item->get_width());
|
||||||
_bg->set_height(_item->get_height());
|
_bg->set_height(_item->get_height());
|
||||||
_bf->thaw();
|
_bg->thaw();
|
||||||
mgr->add_label(_bg);
|
mgr->add_label(_bg);
|
||||||
_item->manage(mgr, eh);
|
_item->manage(mgr, eh);
|
||||||
GuiItem::manage(mgr, eh);
|
GuiItem::manage(mgr, eh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user