Fixed bug where pixel/color information at x=0 coordinates werent shown:
authorLaurent Monin <geeqie@norz.org>
Mon, 30 Mar 2009 19:01:09 +0000 (19:01 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 30 Mar 2009 19:01:09 +0000 (19:01 +0000)
commitbe6f51861124a8e5f4c10fcc4fdd9df1cf0613ca
tree366b89648b19ddb1d570f7d0fde27d70cadff4d0
parent9ec7080489b3089207f5146f8d4a9f18b0275add
Fixed bug where pixel/color information at x=0 coordinates werent shown:
- pixel-coordinates now calculated with floor
- guard for update in layout does not apply for 0 coordinates anymore

Patch by Ruben Stein.
src/layout_image.c
src/pixbuf-renderer.c