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 » Look and Chameleon Technology » DropList SetFrame appearance problem
Re: DropList SetFrame appearance problem [message #14065 is a reply to message #14009] Fri, 08 February 2008 11:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
OK, fixed.

Quick fix:

CtrlLib/MultiButton.cpp 368
	if(ComplexFrame()) {
		cr = GetSize();
		cr.left = lx;
		cr.right = rx;
		r = cr;
		paper = HasFocus() ? SColorHighlight() : SColorPaper();
		if(HasFocus())
			text = SColorHighlightText();
		w.DrawRect(r, paper); // <<< add this :)
	}


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Resizeing on Vista
Next Topic: Need wider SpinButton -- How?
Goto Forum:
  


Current Time: Thu Aug 21 21:33:32 CEST 2025

Total time taken to generate the page: 0.04768 seconds