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:
Robert Fewell 2017-11-09 11:29:39 +00:00
parent 1f4a2e36db
commit 179d022d1a

View File

@ -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