]> Pileus Git - ~andy/gtk/commit
Correct calculation of the cell focus rectangle
authorKristian Rietveld <kris@gtk.org>
Wed, 15 Dec 2010 20:17:27 +0000 (21:17 +0100)
committerKristian Rietveld <kris@gtk.org>
Wed, 15 Dec 2010 20:17:27 +0000 (21:17 +0100)
commitbe39883de2cafe5240fac5c38fbcd143d1065392
tree76b3705abfcce7a67953693a23b97efcf76b95c6
parent8ca6bbbfc0c960871ca0b191681552d09462f837
Correct calculation of the cell focus rectangle

The cell's focus rectangle is located around the cell's aligned area.
To get to the correct coordinates for this rectangle, we have to subtract
focus_line_width from the found aligned_area.
gtk/gtkcellarea.c