X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c917eef3dc01ada59fc5f3f1e63036ee6fcb5bba..1109344c9409572f9829e46971b71a7fe1d3c8cc:/lib/gui/ewidget.cpp 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. */