Kaydet (Commit) 0691e41c authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba22ui (1.33.54); FILE MERGED

2006/12/13 13:55:51 fs 1.33.54.2: manual resync to HEAD
2006/11/20 09:58:03 fs 1.33.54.1: #i28897# sorting in a combo/list box now optional
üst 38b8ca4e
......@@ -4,9 +4,9 @@
*
* $RCSfile: propcontroller.cxx,v $
*
* $Revision: 1.35 $
* $Revision: 1.36 $
*
* last change: $Author: kz $ $Date: 2006-12-13 12:02:06 $
* last change: $Author: kz $ $Date: 2006-12-13 16:58:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -782,7 +782,7 @@ namespace pcr
break;
case PropertyControlType::ComboBox:
xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SORT | WB_DROPDOWN);
xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN);
break;
case PropertyControlType::TextField:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment