Skip to content

Commit

Permalink
Update fontswidget.cpp
Browse files Browse the repository at this point in the history
Fix #61
  • Loading branch information
rodlie committed Aug 20, 2023
1 parent dcbc34b commit 5b43b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/GUI/fontswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ void FontsWidget::setTextFocus()

void FontsWidget::clearText()
{
mTextInput->blockSignals(true);
mTextInput->clear();
mTextInput->blockSignals(false);
}

void FontsWidget::setColorTarget(ColorAnimator * const target)
Expand Down

0 comments on commit 5b43b0d

Please sign in to comment.