mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: keep visible range when deselecting
This commit is contained in:
@ -189,7 +189,7 @@ sysprof_tracks_view_drag_end_cb (SysprofTracksView *self,
|
||||
}
|
||||
else if (self->drag_start_x >= base_x)
|
||||
{
|
||||
sysprof_session_select_time (self->session, NULL);
|
||||
sysprof_session_select_time (self->session, sysprof_session_get_visible_time (self->session));
|
||||
}
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user