mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.removing stray DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@3679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
53d350fc64
commit
79fceb3e83
3 changed files with 1 additions and 4 deletions
|
|
@ -248,7 +248,6 @@ TopWindow *Ctrl::GetMainWindow()
|
|||
{
|
||||
GuiLock __;
|
||||
Ctrl *q = GetTopCtrl();
|
||||
DDUMP(Upp::Name(q));
|
||||
for(;;) {
|
||||
Ctrl *w = q->GetOwner();
|
||||
if(!w)
|
||||
|
|
|
|||
|
|
@ -284,8 +284,6 @@ void Ctrl::SetFocusWnd()
|
|||
GuiLock __;
|
||||
// notification, don't set host platform focus here
|
||||
LLOG("Ctrl::SetFocusWnd");
|
||||
DDUMP(Upp::Name(focusCtrlWnd));
|
||||
DDUMP(Upp::Name(this));
|
||||
if(focusCtrlWnd != this) {
|
||||
LLOG("Ctrl::SetFocusWnd->ActivateWnd");
|
||||
ActivateWnd();
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#define LLOG(x) DLOG(x)
|
||||
#define LLOG(x) // DLOG(x)
|
||||
|
||||
Rect TopWindow::windowFrameMargin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue