Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » 2 Minor drawing bugs with fixes
2 Minor drawing bugs with fixes [message #11343] Fri, 07 September 2007 16:49 Go to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
1- LabelBox drawing image at incorrect y-coord. Static.cpp line 118 changed to:
Size ts = PaintLabel(w, d + 2, ty, sz.cx, lsz.cy, !IsShowEnabled(), false, false, VisibleAccessKeys());

(Changed sz.cy to lsz.cy)

2- ArrayCtrl ignores Transparent. ArrayCtrl.cpp line 735 changed to:
	if (!IsTransparent()) w.DrawRect(r, SColorPaper);
And now works correctly.

Cheers,
James
 
Read Message
Read Message
Read Message
Previous Topic: Why no SetKbdDelay? :) I'm missing something aren't I..
Next Topic: Q: Language support
Goto Forum:
  


Current Time: Sun May 12 23:05:51 CEST 2024

Total time taken to generate the page: 0.01552 seconds