73aafeecdf0c78ad805ff7336fbece2abbe1fdd5
braney
  Mon May 13 17:20:30 2019 -0700
fix a bug with squish and multi-region

diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h
index b78fb06..21130e9 100644
--- src/hg/hgTracks/lolly.h
+++ src/hg/hgTracks/lolly.h
@@ -1,21 +1,21 @@
 
 /* lolly.h - stuff unique to lollipop charts */
 
 /* Copyright (C) 2019 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #ifndef LOLLY_H
 #define LOLLY_H
 
 
 /*	lollyCartOptions structure */
 struct lollyCartOptions
     {
-    int height;
+    int origHeight, height;
     double upperLimit, lowerLimit;
     double minY, maxY;
     enum wiggleScaleOptEnum autoScale;
     int radius;
     int wordCount;
     char **words;
     };
 #endif