Force the Drawing Area to have zero border width:

This commit is contained in:
spider 1998-06-11 01:54:07 +00:00
Родитель 2fad7b8ec3
Коммит 131f1b81ef
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -216,6 +216,7 @@ void nsWindow::CreateWindow(nsNativeWindow aNativeParent,
nsnull);
frameParent = mainWindow;
}
else
frameParent = (Widget)aNativeParent;
@ -225,14 +226,16 @@ void nsWindow::CreateWindow(nsNativeWindow aNativeParent,
frameParent,
XmNwidth, aRect.width,
XmNheight, aRect.height,
XmNmarginHeight, 0,
XmNmarginWidth, 0,
nsnull);
mWidget = frame ;
if (mainWindow) {
XmMainWindowSetAreas (mainWindow, nsnull, nsnull, nsnull, nsnull, frame);
}
if (aWidgetParent) {
aWidgetParent->AddChild(this);