Page 1 of 1

StaticText scrollbar position not updated after setText

Posted: Mon Jul 11, 2011 02:03
by zaexage
It seems that StaticText's scrollbar position is not updated after setText(),

we made a quick fix to add two method calls in configureScrollbars():

vertScrollbar->setScrollbarPosition(vertScrollbar->getScrollPosition());
horzScrollbar->setScrollbarPosition(horzScrollbar->getScrollPosition());

Re: StaticText scrollbar position not updated after setText

Posted: Mon Jul 11, 2011 08:47
by Kulik
version info please..

Re: StaticText scrollbar position not updated after setText

Posted: Tue Jul 12, 2011 02:27
by zaexage
oops... my fault