Commit a72b1177 authored by Cyril Deguet's avatar Cyril Deguet

* top_window.cpp: stupid bug...

parent 31f3794d
...@@ -349,7 +349,6 @@ const GenericLayout& TopWindow::getActiveLayout() const ...@@ -349,7 +349,6 @@ const GenericLayout& TopWindow::getActiveLayout() const
void TopWindow::innerShow() void TopWindow::innerShow()
{ {
printf("show %x\n", m_pActiveLayout);
// First, refresh the layout and update the shape of the window // First, refresh the layout and update the shape of the window
if( m_pActiveLayout ) if( m_pActiveLayout )
{ {
...@@ -369,7 +368,7 @@ void TopWindow::innerHide() ...@@ -369,7 +368,7 @@ void TopWindow::innerHide()
m_pActiveLayout->onHide(); m_pActiveLayout->onHide();
} }
// Hide the window // Hide the window
GenericWindow::innerShow(); GenericWindow::innerHide();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment