[Github-comments] [geany/geany-plugins] Fixed document list menu position bug (#895)
PatrickGMM
notifications at xxxxx
Sat Aug 10 21:34:16 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190810/fe697e44/attachment.html>
More information about the Github-comments
mailing list