mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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)
|
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:
|
cleanup:
|
||||||
|
|||||||
Reference in New Issue
Block a user