StaticText scrollbar position not updated after setText
Posted: Mon Jul 11, 2011 02:03
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());
we made a quick fix to add two method calls in configureScrollbars():
vertScrollbar->setScrollbarPosition(vertScrollbar->getScrollPosition());
horzScrollbar->setScrollbarPosition(horzScrollbar->getScrollPosition());