*CtrlCore: fixed issue with scrolling Ctrls

git-svn-id: svn://ultimatepp.org/upp/trunk@6019 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-05-01 21:44:28 +00:00
parent 908501d276
commit 747e2cffc4
2 changed files with 1 additions and 1 deletions

View file

@ -187,7 +187,7 @@ void Ctrl::SetPos0(LogPos p, bool _inframe)
GuiLock __;
if(p == pos && inframe == _inframe) return;
if(parent) {
if(globalbackbuffer) {
if(!globalbackbuffer) {
Rect from = GetRect().Size();
Top *top = GetTopRect(from, true)->top;
if(top) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After