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

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: Wed Jun 03 17:08:19 GMT+2 2026

Total time taken to generate the page: 0.00502 seconds