Skip to content

Commit

Permalink
Update MultiSelectComboBox.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes authored Dec 10, 2024
1 parent 1e5509d commit f432eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ManiVault/src/widgets/MultiSelectComboBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MultiSelectComboBox::MultiSelectComboBox(QWidget* parent) :
QComboBox(parent),
_preventHidePopup(true)
{
setEditable(true);
}

void MultiSelectComboBox::init()
Expand Down

0 comments on commit f432eaa

Please sign in to comment.