From 625d7442af2e067cc40f25eb22b19ef7acd83ba7 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Fri, 20 Sep 2002 20:56:21 +0000 Subject: 23807 + 23753 --- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java index aa775c6881..255b070a8f 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java @@ -141,6 +141,11 @@ void createHandle (int index) { if (handle == 0) error (SWT.ERROR_NO_HANDLES); } +byte [] defaultFont () { + Display display = getDisplay (); + return display.GAUGE_FONT; +} + /** * Returns the amount that the receiver's value will be * modified by when the up/down (or right/left) arrows -- cgit