Decrease width, not x in RTL mode

This commit is contained in:
Jesse van den Kieboom 2014-01-05 00:00:21 +01:00
parent 377a336120
commit f70d518c2f

View file

@ -276,8 +276,8 @@ namespace Gitg
}
else
{
narea.x -= (int)tw;
ncell_area.x -= (int)tw;
narea.width -= (int)tw;
ncell_area.width -= (int)tw;
}
context.restore();