mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*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:
parent
908501d276
commit
747e2cffc4
2 changed files with 1 additions and 1 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue