aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/ewidget.cpp')
-rw-r--r--lib/gui/ewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ewidget.cpp b/lib/gui/ewidget.cpp
index a0a089a6..e75c75c1 100644
--- a/lib/gui/ewidget.cpp
+++ b/lib/gui/ewidget.cpp
@@ -100,7 +100,7 @@ void eWidget::show()
return;
m_vis |= wVisShow;
- eDebug("show widget %p", this);
+// eDebug("show widget %p", this);
notifyShowHide();
/* TODO: optimize here to only recalc what's required. possibly merge with hide. */