ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #132286
[Bug 781432] Re: In nvidia-settings overlay scrollbars are kept displayed when they shouldn't
this is what nvidia-settings does on treeview selection change:
/*
* remove the existing widget from the page viewer, if anything is
* presently there
*/
if (ctk_window->page) {
gtk_container_remove(GTK_CONTAINER(ctk_window->page_viewer),
ctk_window->page);
ctk_window->page = NULL;
}
and this happens afterwards:
/* Pack the new widget */
if (widget) {
ctk_window->page = widget;
gtk_box_pack_start(GTK_BOX(ctk_window->page_viewer), widget,
TRUE, TRUE, 2);
}
No unmap event is received
** Summary changed:
- Overlay scrollbars are kept displayed when they shouldn't
+ In nvidia-settings overlay scrollbars are kept displayed when they shouldn't
** Also affects: nvidia-settings (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-settings in Ubuntu.
https://bugs.launchpad.net/bugs/781432
Title:
In nvidia-settings overlay scrollbars are kept displayed when they
shouldn't
To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-scrollbar/+bug/781432/+subscriptions