PatrickGMM commented on this pull request.
> + /* Approximate the horizontal location of the overflow menu
> button */
+ /* TODO: See if there's a way to find the exact location */
+ wx = wx_root + width - (int) (widget_req.width * 1.5);
+ wy = wy_root;
+
+ /* This will be set TRUE if the overflow menu is open again and
includes
+ * the doclist menu item
+ */
+ priv->in_overflow_menu = FALSE;
+
+ } else {
+ /* Retrieve size and position of both widget and menu */
+ window = gtk_widget_get_window(widget);
+ if (! gtk_widget_get_has_window(widget))
+ {
+
No, I will delete this.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/895#discussion_r312715905