1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-13 12:25:53 +01:00

fixed various bugs

This commit is contained in:
kojima
2001-01-10 21:10:39 +00:00
parent 61675a7e19
commit b6f543df77
6 changed files with 60 additions and 38 deletions

View File

@@ -230,6 +230,8 @@ WMSetBoxExpandsToParent(WMBox *box)
WMViewSizeDidChangeNotification,
W_VIEW(box)->parent);
WMSetViewNotifySizeChanges(W_VIEW(box)->parent, True);
WMResizeWidget(box, W_VIEW(box)->parent->size.width,
W_VIEW(box)->parent->size.height);
}