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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to