Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
trigg committed Apr 21, 2024
1 parent a02f680 commit 7320d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panel/widgets/tray/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ void StatusNotifierItem::init_widget()
{
return true;
}

const auto ev_coords = Glib::Variant<std::tuple<int, int>>::create({ev->x, ev->y});
const guint menu_btn = menu_on_middle_click ? GDK_BUTTON_MIDDLE : GDK_BUTTON_SECONDARY;
const guint secondary_activate_btn = menu_on_middle_click ? GDK_BUTTON_SECONDARY : GDK_BUTTON_MIDDLE;
Expand Down

0 comments on commit 7320d40

Please sign in to comment.