Cary Sandvig 25 tahun lalu
induk
melakukan
632df1db88
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      panda/src/gui/guiLabel.cxx

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

@@ -502,7 +502,7 @@ void GuiLabel::write(ostream& os) const {
   os << "  _internal = 0x" << (void*)(this->_internal) << endl;
   os << "  _gset = 0x" << (void*)(this->_gset) << endl;
   os << "  _model_width = " << this->_model_width << endl;
-  os << "  _model_height = " << this->model_height << endl;
+  os << "  _model_height = " << this->_model_height << endl;
   os << "  _scale = " << this->_scale << endl;
   os << "  _pos = " << this->_pos << endl;
   os << "  _foreground = " << this->_foreground << endl;