don't use uninitialized variables... the label width needs to be set
commitc3d8662028b7c1ab3064224fd7b7c4701db940d4
authorbradleyhughes <bradleyhughes>
Fri, 28 Jan 2005 12:54:32 +0000 (28 12:54 +0000)
committerbradleyhughes <bradleyhughes>
Fri, 28 Jan 2005 12:54:32 +0000 (28 12:54 +0000)
treecd90eb47f2ef8236591a5e2b098302a5ac4a1ce1
parent51a3e7f2db949cd63016930f5014f19d74f02157
don't use uninitialized variables... the label width needs to be set
properly even if the label isn't visible (otherwise decorate() would
use pass the width unitialized to the pixmap cache)
src/Window.cc