From bb1d9b7edc69fe0d37806c7709e2fb7811fdba19 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Fri, 18 Sep 1998 23:50:04 +0000 Subject: [PATCH] Replaced a faulty line with NS_ERROR in order to fix a build breakage. Don will do the right thing later. --- widget/src/mac/nsScrollbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/mac/nsScrollbar.cpp b/widget/src/mac/nsScrollbar.cpp index 37276b022e5..6624d6327fd 100644 --- a/widget/src/mac/nsScrollbar.cpp +++ b/widget/src/mac/nsScrollbar.cpp @@ -198,7 +198,7 @@ PRBool result; if(mWidgetArmed) { - this->SetPosition(); + /*this->SetPosition();*/NS_ERROR("Get mouse loc and set position"); this->DrawWidget(); } break;