forked from AuroraMiddleware/gtk
Drop the env var for scrolling control
This was never meant to be an official api, but rather a transition help. Time to drop it for GTK+ 4.
This commit is contained in:
parent
5b8b892dd6
commit
e49615184a
@ -3891,9 +3891,6 @@ gtk_scrolled_window_update_use_indicators (GtkScrolledWindow *scrolled_window)
|
||||
|
||||
use_indicators = priv->overlay_scrolling;
|
||||
|
||||
if (g_strcmp0 (g_getenv ("GTK_OVERLAY_SCROLLING"), "0") == 0)
|
||||
use_indicators = FALSE;
|
||||
|
||||
if (priv->use_indicators != use_indicators)
|
||||
{
|
||||
priv->use_indicators = use_indicators;
|
||||
|
Loading…
Reference in New Issue
Block a user