removed DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@11992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-06-11 07:38:08 +00:00
parent 46f2795709
commit caccd0ba25
2 changed files with 1 additions and 4 deletions

View file

@ -233,7 +233,6 @@ void Ctrl::UpdateRect0(bool sync)
static Rect pwa;
ONCELOCK {
pwa = GetPrimaryWorkArea();
DDUMP(pwa);
}
rect = CalcRect(pwa, pwa);
}

View file

@ -501,10 +501,8 @@ void Ctrl::SetDesktop(Ctrl& q)
void Ctrl::SetDesktopSize(Size sz)
{
desktop_size = sz;
if(desktop) {
if(desktop)
desktop->SetRect(sz);
DLOG("Set " << desktop->GetRect());
}
invalid = true;
SyncTopWindows();
}