Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 09:24:17 -0600 (CST)
From:      Alexander Langer <alex@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh/lib/hui HuiQt_GroupWidget.cc
Message-ID:  <200103171524.f2HFOH186762@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        2001/03/17 09:24:17 CST

  Modified files:
    lib/hui              HuiQt_GroupWidget.cc 
  Log:
  Fix the erase() function:
  ContainerWidget::qwidget() returns the parent's (probably the window)
  qwidget, which can't of course remove itself from the list of children.
  For children that are ContainerWidgets call their erase() function in place.
  This fixes the segfault.
  
  Revision  Changes    Path
  1.27      +14 -4     libh/lib/hui/HuiQt_GroupWidget.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?200103171524.f2HFOH186762>