From owner-freebsd-libh Wed Dec 20 14:34:59 2000 From owner-freebsd-libh@FreeBSD.ORG Wed Dec 20 14:34:58 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 2F12637B400 for ; Wed, 20 Dec 2000 14:34:58 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id QAA55573 for libh@FreeBSD.org; Wed, 20 Dec 2000 16:34:55 -0600 (CST) (envelope-from alex) Message-Id: <200012202234.QAA55573@usw4.freebsd.org> From: Alexander Langer Date: Wed, 20 Dec 2000 16:34:55 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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