From: SourceForge.net <no...@so...> - 2006-08-31 10:52:03
|
Bugs item #1549837, was opened at 2006-08-31 12:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1549837&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wxsheet Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas (thheidler) Assigned to: John Labenski (jrl1) Summary: draw gridlines in spanned cells Initial Comment: when a spanned cell is created and the cell doesn't start in first row, the gridline is drawing inside bug found in function function wxSheet::DrawAllGridLines(sheet.cpp 1.24) section if (GetSpannedBlocks()) the loop start is wrong Old: for (i=spannedBlocks->FindTopRow(topRow); Should be: for (i=0; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1549837&group_id=51305 |