diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-14 23:08:48 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-14 23:08:48 +0100 |
commit | b1fea841ec6e08e0ade271d340cf91d8f40551bf (patch) | |
tree | dc8cf888ea6cca0b2af7df78fd3c83c937ae71fa /dw/fltkui.cc | |
parent | 96a0181e59a9555c4953d59432e986cf23ea8bfc (diff) |
RTFL.
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r-- | dw/fltkui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc index a78ab7de..803d0e26 100644 --- a/dw/fltkui.cc +++ b/dw/fltkui.cc @@ -213,7 +213,7 @@ void FltkResource::detachView (FltkView *view) void FltkResource::sizeAllocate (core::Allocation *allocation) { - DBG_OBJ_MSGF ("resize", 0, "<b>sizeAllocate</b> ((%d, %d; %d * (%d + %d))", + DBG_OBJ_MSGF ("resize", 0, "<b>sizeAllocate</b> (%d, %d; %d * (%d + %d))", allocation->x, allocation->y, allocation->width, allocation->ascent, allocation->descent); @@ -705,7 +705,7 @@ void FltkEntryResource::sizeAllocate (core::Allocation *allocation) FltkResource::sizeAllocate(allocation); } else { DBG_OBJ_MSGF ("resize", 0, - "<b>sizeAllocate</b> ((%d, %d; %d * (%d + %d))", + "<b>sizeAllocate</b> (%d, %d; %d * (%d + %d))", allocation->x, allocation->y, allocation->width, allocation->ascent, allocation->descent); |