[KPhotoAlbum] [PATCH] make grid around images optional

Henner Zeller h.zeller at acm.org
Fri May 4 10:02:25 BST 2007


Hi,
I haven't applied this patch yet locally, but the

+    if (Settings::SettingsData::instance()->thumbnailDisplayGrid()) {

line should probably be

+    if (_mouseHandler->isResizingGrid() ||
Settings::SettingsData::instance()->thumbnailDisplayGrid()) {

.. because when we resize the grid, we want to see gridlines.

-henner



More information about the Kphotoalbum mailing list