Ok, I'm pretty sure this is a bug in the function
gtk_window_resize_grip_is_visible in gtkwindow.c as the gtk2 code does
not check if the window is resizable.

this would be very easy to fix. GTK 3 has the following:

 if (!priv->resizable)
    return FALSE;
 
Something similar needs to be added to the gtk2 function.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/734381

Title:
  Eclipse splash screen shows a resize grip under unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse/+bug/734381/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to