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 » Developing U++ » UppHub » BUGFIX: ExpanderFrame
BUGFIX: ExpanderFrame [message #27339] Tue, 13 July 2010 08:27 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
ExpanderFrame doesnt recalculate Layout corectly, if surrounding top window changes Size, it only refreshes the scroll bars, when clicking somewhere it does though.. ExpanderFrame::Layout is missing a Repos()

void ExpanderCtrl::Layout()
{
	Repos(); // <<< was missing
	scroll.SetPage(Hv(GetSize()));
	UpdateScrollBar();
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: X11 Windowed control and others
Next Topic: Docking: Bug Fix:
Goto Forum:
  


Current Time: Mon Apr 29 12:48:35 CEST 2024

Total time taken to generate the page: 0.02401 seconds