diff dwt/widgets/Scrollable.d @ 131:03fac5984741

Scrollbars fixed
author Jacob Carlborg <doob@me.com>
date Mon, 16 Mar 2009 22:38:50 +0100
parents 63a09873578e
children
line wrap: on
line diff
--- a/dwt/widgets/Scrollable.d	Tue Feb 10 21:01:24 2009 +0100
+++ b/dwt/widgets/Scrollable.d	Mon Mar 16 22:38:50 2009 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -167,7 +167,7 @@
         actionSelector = OS.sel_sendVerticalSelection;
     }
     bar.view = scroller;
-    //bar.createJNIRef();
+    bar.createJNIRef();
     bar.register();
     if ((state & CANVAS) is 0) {
         bar.target = scroller.target();