]> Pileus Git - ~andy/gtk/commit
Fixed some nit-picking bugs in GtkCellArea
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 6 Dec 2010 08:27:03 +0000 (17:27 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 6 Dec 2010 08:27:03 +0000 (17:27 +0900)
commitf08f1f92aa2f9e6b0d22c8b12ad011083ef30a02
treefab12972dec7cf533876500a3fe99858ac21ff23
parent0d0ec8587728ff26fbb2b14c8a7f72b39e386998
Fixed some nit-picking bugs in GtkCellArea

  - Dont try fetching a cell renderer for an event when the event
    coordinate is outside the cell area allocation (can happen
    on the y axis, not all events are button events).
  - Dont remove focus-line-width (inner area) an extra time from
    GtkCellArea->event
  - Dont remove focus-line-width from the cell area at all for the
    editable widget... use the whole area including the focus line
    (compared with git master behaviour and now it looks right, check
    the multiline editable string in testtreeedit).
gtk/gtkcellarea.c