Closed mbkma closed 4 years ago
The scrollbar is automatically hidden before this PR after a short delay.
@rbuj not for me if you enter an invalid expression, or something like 111111111111111111111111111+atan(i)
. That is in mate-calc 1.20 and current master.
@mbkma I'm sorry. GTK_OVERLAY_SCROLLING was enabled ;-) Test:
export GTK_OVERLAY_SCROLLING=1
mate-calc
@rbuj oh, I didn't know this option. This might be a better way to fix this problem though, what do you think?
gtk_scrolled_window_set_overlay_scrolling(GTK_SCROLLED_WINDOW(scrolled_window), TRUE);
Guys, we decided some years ago not to use gtk-overlay-scrolling
for MATE as default :)
[rave@mother ~]$ gsettings get org.mate.interface gtk-overlay-scrolling
false
``
Notification area is hidden under scrollbar currently. Before: After: