mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizers: wire zoom manager to visualizers
This gets the basic zoom control working. I anticipate we'll need some additional changes once we land panning support.
This commit is contained in:
@ -67,6 +67,8 @@ sp_visualizer_row_set_time_range (SpVisualizerRow *self,
|
||||
|
||||
if (SP_VISUALIZER_ROW_GET_CLASS (self)->set_time_range)
|
||||
SP_VISUALIZER_ROW_GET_CLASS (self)->set_time_range (self, begin_time, end_time);
|
||||
|
||||
gtk_widget_queue_draw (GTK_WIDGET (self));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user