浏览代码

ENH: make ctkComboBox behave like QComboBox by default: empty DefaultText

Julien Finet 14 年之前
父节点
当前提交
e57e63132c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/Widgets/ctkComboBox.cpp

+ 1 - 1
Libs/Widgets/ctkComboBox.cpp

@@ -45,7 +45,7 @@ public:
 // -------------------------------------------------------------------------
 ctkComboBoxPrivate::ctkComboBoxPrivate()
 {
-  this->DefaultText = "Select an item...";
+  this->DefaultText = "";
   this->ForceDefault = false;
   this->ElideMode = Qt::ElideNone;
 }