[Libufo-commits] ufo-0.5/src/widgets ucombobox.cpp,1.10,1.11
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-10-11 19:28:22
|
Update of /cvsroot/libufo/ufo-0.5/src/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23766/src/widgets Modified Files: ucombobox.cpp Log Message: Added line border to combo box popup. Index: ucombobox.cpp =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/src/widgets/ucombobox.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ucombobox.cpp 30 Sep 2005 12:37:20 -0000 1.10 --- ucombobox.cpp 11 Oct 2005 19:28:01 -0000 1.11 *************** *** 204,207 **** --- 204,208 ---- if (s_pane == NULL) { s_pane = new UScrollPane(); + s_pane->setBorder(LineBorder); s_pane->reference(); } |