aboutsummaryrefslogblamecommitdiff
path: root/comms/xmorse/files/patch-Bargraph.cxx
blob: a97a9d227f9f9a929383b8afbfe6eccfc5a7e80e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             
--- Bargraph.cxx.orig	2004-08-25 17:18:01.000000000 -0700
+++ Bargraph.cxx	2014-01-01 10:26:23.000000000 -0800
@@ -82,7 +82,7 @@
     if (child(i)->visible()) nd++;
   int dx = w()/nd;				// Slider horizontal "period"
   int width = dx*nd - gap;			// Width of slider array
-  int x0 = w()-width >> 1;			// Inset to 1st slider
+  int x0 = (w()-width) >> 1;			// Inset to 1st slider
   width = dx-gap;				// Width of individual Slider
   for (int i = 0; i < children(); i++) {	// Loop to reposition sliders
     Fl_Slider* s = (Fl_Slider*) child(i);	//   Pointer to this Slider