Skip to content

Commit

Permalink
MultibuttonWidget: Fix truncating label
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jan 29, 2025
1 parent 5376fc1 commit 11739f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widget/multibutform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void MultibuttonWidget::setLabel(char const *text)
attach(label = std::make_shared<W_LABEL>());
label->setString(text);
label->setCacheNeverExpires(true);
label->setCanTruncate(true);

geometryChanged();
}
Expand Down

0 comments on commit 11739f6

Please sign in to comment.