scrolledwindow: Don't NULL the indicator widget in unmap

We still have the widget, so just keep the pointer to it.
This commit is contained in:
Timm Bäder 2019-01-19 17:53:05 +01:00
parent 95404c8a51
commit f3c51cdf5f

View File

@ -3606,7 +3606,6 @@ indicator_reset (Indicator *indicator)
indicator->tick_id = 0;
}
indicator->scrollbar = NULL;
indicator->over = FALSE;
gtk_progress_tracker_finish (&indicator->tracker);
indicator->current_pos = indicator->source_pos = indicator->target_pos = 0;