mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Prevent the rename popup from appearing in the dense calendar
If you right mouse on the dense calendar, the treeview pops but also the rename page popup. So stop the cascade of the button press event when on the dense calendar.
This commit is contained in:
parent
1f4a2e36db
commit
179d022d1a
@ -1311,7 +1311,7 @@ gnc_dense_cal_button_press(GtkWidget *widget,
|
||||
dcal->doc = -1;
|
||||
gtk_widget_hide(GTK_WIDGET(dcal->transPopup));
|
||||
}
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gint
|
||||
|
Loading…
Reference in New Issue
Block a user