forked from AuroraMiddleware/gtk
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:
parent
95404c8a51
commit
f3c51cdf5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user