This commit is contained in:
roc+@cs.cmu.edu 2008-04-17 04:53:55 -07:00
Родитель e59a92e99f
Коммит 1c7695dfc3
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
load 323497-1.html
load 382756-1.xul
load 429315-1.html
# load 429315-1.html

Просмотреть файл

@ -1428,8 +1428,7 @@ void nsViewManager::ReparentChildWidgets(nsIView* aView, nsIWidget *aNewWidget)
// to do for the view and its descendants
nsIWidget* widget = aView->GetWidget();
nsIWidget* parentWidget = widget->GetParent();
// Toplevel widgets should not be reparented!
if (parentWidget && parentWidget != aNewWidget) {
if (parentWidget != aNewWidget) {
#ifdef DEBUG
nsresult rv =
#endif