Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BoredGuy1 committed May 7, 2024
1 parent ee547c1 commit 5e8b09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/ComboBoxModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ void ComboBoxModel::replaceItem(std::size_t index, QString item, unique_ptr<Pixm
void ComboBoxModel::clear()
{
setRange( 0, 0 );

m_items.clear();

emit propertiesChanged();
}

Expand Down

0 comments on commit 5e8b09f

Please sign in to comment.