aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-11-18 13:30:06 +0100
committerSebastian Geerken <devnull@localhost>2014-11-18 13:30:06 +0100
commitd9fba2910501b62b73d375a8a5e67dea3f1deccf (patch)
treeac967d9157a59e6dd2ed90814b03464a475e18bf /dw/widget.cc
parent1831b70de6931f95b30d78bab7c874cd5d70c821 (diff)
parent2db5a9e3e790863db2f67e727512f2373d4c82dc (diff)
Merge with main repo.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index 9c517f24..8840fc3a 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -690,12 +690,6 @@ void Widget::sizeRequest (Requisition *requisition)
enterSizeRequest ();
- //printf ("The %stop-level %s %p with parentRef = %d: needsResize: %s, "
- // "resizeQueued = %s\n",
- // parent ? "non-" : "", getClassName(), this, parentRef,
- // needsResize () ? "true" : "false",
- // resizeQueued () ? "true" : "false");
-
if (resizeQueued ()) {
// This method is called outside of Layout::resizeIdle.
setFlags (NEEDS_RESIZE);
@@ -718,9 +712,6 @@ void Widget::sizeRequest (Requisition *requisition)
} else
*requisition = this->requisition;
- //printf (" ==> Result: %d x (%d + %d)\n",
- // requisition->width, requisition->ascent, requisition->descent);
-
leaveSizeRequest ();
DBG_OBJ_LEAVE ();