Date: Wed, 20 Dec 2000 16:34:55 -0600 (CST) From: Alexander Langer <alex@usw4.freebsd.org> To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc Message-ID: <200012202234.QAA55573@usw4.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 2000/12/20 16:34:55 CST Modified files: lib/hui HuiTVision.cc Log: (forced commit for this file only): The prev. commit modified the ContainerWidget::move(). Since the ContainerWidget is only virtual, the parent's offset must be respected if the parent is a ContainerWidget, too. This is, because we are moving on the next available GroupWidget, and move() moves the widget relative to the real parent, this GroupWidget in that case. This *might* still contain a bug, if more than 2 containers are nested, which I haven't tested, but I think it should work. Revision Changes Path 1.14 +1 -1 libh/lib/hui/HuiTVision.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012202234.QAA55573>