Skip to content

Commit

Permalink
weird lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
maxded committed Sep 18, 2024
1 parent 074638b commit 416aedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/egui/src/widgets/selected_label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl SelectableLabel {
///
/// Default behavior is to only show the rect when the widget is
/// either selected, hovered, highlighted, or in focus.
#[inline]
pub fn always_show_rect(mut self) -> Self {
self.always_show_rect = true;
self
Expand Down

0 comments on commit 416aedf

Please sign in to comment.