src/hg/hgTracks/imageV2.h 1.9
1.9 2009/11/11 21:14:54 tdreszer
FINALLY, checkin imageV2 framework without features.
Index: src/hg/hgTracks/imageV2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/imageV2.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgTracks/imageV2.h 11 Nov 2009 20:41:29 -0000 1.8
+++ src/hg/hgTracks/imageV2.h 11 Nov 2009 21:14:54 -0000 1.9
@@ -4,9 +4,9 @@
// also UNCOMMENT IMAGEv2_DRAG_REORDER to allow dragReorder
// and/or UNCOMMENT IMAGEv2_DRAG_SCROLL and IMAGEv2_DRAG_SCROLL_SZ to allow dragScroll
// NOTE: dragScroll not working in SZ=1 (1x) yet, because haven't done ajax fetch when dragged beyond image dimansions.
// Still, set IMAGEv2_DRAG_SCROLL_SZ > 1 (3=3x) to get limited dragScroll functionality
-//#define IMAGEv2_UI
+#define IMAGEv2_UI
//#define IMAGEv2_DRAG_REORDER
//#define IMAGEv2_DRAG_SCROLL
//#define IMAGEv2_DRAG_SCROLL_SZ 3