From b6115887c86b6f3fa9591becb23a77af19fc2b95 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 10 Mar 1999 08:17:43 +0000 Subject: Changes to dial so that counter-clockwise motion is supported if you set angle2 < angle1. Deleted the unimplemented direction() control. Fixed the documentation, this new code allows any 2 values for the angles as long as abs(a-b)<=360. git-svn-id: file:///fltk/svn/fltk/trunk@399 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/valuators.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/valuators.fl b/test/valuators.fl index 70dc3ea13..bd75c772b 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -147,7 +147,7 @@ fflush(stdout);} callback {printf("%g \\r",o->value()); fflush(stdout);} xywh {475 280 65 65} type Fill color 10 selection_color 1 labelsize 8 - code0 {o->angles(45,315);} + code0 {o->angles(0,360);} code1 {o->value(1.0);} } Fl_Box {} { -- cgit v1.2.3