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 » Draw, Display, Images, Bitmaps, Icons » Option Label on Left Side draw
Re: Option Label on Left Side draw [message #60071 is a reply to message #60070] Thu, 03 August 2023 23:30 Go to previous messageGo to previous message
devilsclaw is currently offline  devilsclaw
Messages: 74
Registered: August 2022
Member
Never mind. I think it is in this

void Option::RefreshPush() {
	if(box)
		Refresh(0, 0, GetSize().cx, GetSmartTextSize(label, font).cy);
	else
	if(showlabel)
		Refresh(0, 0, CtrlsImg::O0().GetSize().cx, GetSize().cy);
	else
		Pusher::RefreshPush();
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Font and Image rendering slow
Next Topic: plugin/tga
Goto Forum:
  


Current Time: Sat Aug 02 13:32:35 CEST 2025

Total time taken to generate the page: 0.09064 seconds