From b5e0bc8b812bd35a2fc96c7182250a53f9b6335c Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Mon, 28 Sep 1998 21:43:34 +0000 Subject: [PATCH] Fixing a bug in the SHACK widget. --- cmd/winfe/rdfliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/winfe/rdfliner.cpp b/cmd/winfe/rdfliner.cpp index cae75c9bd61..dbb3f462166 100644 --- a/cmd/winfe/rdfliner.cpp +++ b/cmd/winfe/rdfliner.cpp @@ -4188,7 +4188,7 @@ CRDFContentView* CRDFContentView::DisplayRDFTreeFromPane(CWnd* pParent, int xPos int width, int height, HT_Pane thePane, CCreateContext* pContext) { // Create the windows - CRect rClient(xPos, yPos, width, height); + CRect rClient(xPos, yPos, xPos+width, yPos+height); CRDFContentView* newView = new CRDFContentView();