mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
Calculate selected ref on history view
This commit is contained in:
parent
60a775df4d
commit
49d2b67539
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ namespace Gitg
|
|||
out int hot_x)
|
||||
{
|
||||
var rtl = (widget.get_style_context().get_state() & Gtk.StateFlags.DIR_RTL) != 0;
|
||||
var offset = (int)(labels.length() * lane_width);
|
||||
var offset = (int)(num_visible_lanes * lane_width);
|
||||
|
||||
if (rtl)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue