Skip to content

Commit

Permalink
YaruPopupMenuButton: remove default tooltip (#543)
Browse files Browse the repository at this point in the history
Fixes: #542
  • Loading branch information
jpnurmi committed Jan 19, 2023
1 parent d81fc72 commit 02bf209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/controls/yaru_popup_menu_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class YaruPopupMenuButton<T> extends StatelessWidget {
initialValue: initialValue,
onSelected: onSelected,
onCanceled: onCanceled,
tooltip: tooltip,
tooltip: tooltip ?? '',
itemBuilder: itemBuilder,
offset: offset,
enableFeedback: enableFeedback,
Expand Down

0 comments on commit 02bf209

Please sign in to comment.