Cary Sandvig 25 years ago
parent
commit
0b2d283594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gui/guiBackground.cxx

+ 1 - 1
panda/src/gui/guiBackground.cxx

@@ -41,7 +41,7 @@ void GuiBackground::manage(GuiManager* mgr, EventHandler& eh) {
     _bg->freeze();
     _bg->set_width(_item->get_width());
     _bg->set_height(_item->get_height());
-    _bf->thaw();
+    _bg->thaw();
     mgr->add_label(_bg);
     _item->manage(mgr, eh);
     GuiItem::manage(mgr, eh);