mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@11992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
46f2795709
commit
caccd0ba25
2 changed files with 1 additions and 4 deletions
|
|
@ -233,7 +233,6 @@ void Ctrl::UpdateRect0(bool sync)
|
|||
static Rect pwa;
|
||||
ONCELOCK {
|
||||
pwa = GetPrimaryWorkArea();
|
||||
DDUMP(pwa);
|
||||
}
|
||||
rect = CalcRect(pwa, pwa);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue