🎨 clang-tidy
This commit is contained in:
@ -138,8 +138,7 @@ bool AModule::handleUserEvent(GdkEventButton* const& e) {
|
||||
if (rec->second == config_["menu"].asString()) {
|
||||
// Popup the menu
|
||||
gtk_widget_show_all(GTK_WIDGET(menu_));
|
||||
gtk_menu_popup_at_pointer (GTK_MENU(menu_), reinterpret_cast<GdkEvent*>(e));
|
||||
|
||||
gtk_menu_popup_at_pointer(GTK_MENU(menu_), reinterpret_cast<GdkEvent*>(e));
|
||||
}
|
||||
// Second call user scripts
|
||||
if (!format.empty()) {
|
||||
|
Reference in New Issue
Block a user