U++ framework
Do not panic. Ask here before giving up.

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: Sat May 02 11:15:14 GMT+2 2026

Total time taken to generate the page: 0.00527 seconds