Mercurial > hg > svgui
diff view/PaneStack.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | a7a89ebe4b02 |
line wrap: on
line diff
--- a/view/PaneStack.cpp Tue Jun 14 14:48:29 2011 +0100 +++ b/view/PaneStack.cpp Tue Jun 14 15:27:05 2011 +0100 @@ -495,7 +495,7 @@ for (size_t i = 0; i < m_panes.size(); ++i) { if (!m_panes[i].propertyStack) continue; #ifdef DEBUG_PANE_STACK - DEBUG << "PaneStack::sizePropertyStacks: " << i << ": min " + SVDEBUG << "PaneStack::sizePropertyStacks: " << i << ": min " << m_panes[i].propertyStack->minimumSizeHint().width() << ", hint " << m_panes[i].propertyStack->sizeHint().width() << ", current " << m_panes[i].propertyStack->width() << endl; @@ -507,7 +507,7 @@ } #ifdef DEBUG_PANE_STACK - DEBUG << "PaneStack::sizePropertyStacks: max min width " << maxMinWidth << endl; + SVDEBUG << "PaneStack::sizePropertyStacks: max min width " << maxMinWidth << endl; #endif int setWidth = maxMinWidth;