소스 검색

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

Julien Finet 15 년 전
부모
커밋
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;
 }