[Libufo-commits] ufo-0.5/src/xml uxul.cpp,1.5,1.6
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-03 10:07:41
|
Update of /cvsroot/libufo/ufo-0.5/src/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29612/src/xml Modified Files: uxul.cpp Log Message: Fixed setting of window title. Index: uxul.cpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/src/xml/uxul.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** uxul.cpp 2 Sep 2005 13:24:07 -0000 1.5 --- uxul.cpp 3 Sep 2005 10:07:30 -0000 1.6 *************** *** 564,567 **** --- 564,568 ---- UXFrame * frame = static_cast<UXDisplay*>(UXDisplay::getDefault())->createFrame(); + createRootPane(); // some base values if (m_title != "") { *************** *** 570,574 **** frame->setTitle("XUL frame"); } - createRootPane(); //frame->setBounds(0, 0, 1, 1); UDimension dim = m_root->getPreferredSize(); --- 571,574 ---- |