2fc5445c64e944f6d03aaf1e8a565a86d5042f9d larrym Thu Dec 9 18:06:33 2010 -0800 turn off CONTEXT_MENU for v244 build diff --git src/hg/hgTracks/imageV2.h src/hg/hgTracks/imageV2.h index db8d582..603f551 100644 --- src/hg/hgTracks/imageV2.h +++ src/hg/hgTracks/imageV2.h @@ -1,27 +1,27 @@ /* imageV2 - API for creating the image V2 features. */ #ifndef IMAGEV2_H #define IMAGEV2_H // UNCOMMENT // CONTEXT_MENU to allow right-click funtionality // IMAGEv2_DRAG_SCROLL and IMAGEv2_DRAG_SCROLL_SZ to allow dragScroll // USE_NAVIGATION_LINKS to use navigation links by image, rather than buttons at top // UNCOMMENT CONTEXT_MENU to allow right-click funtionality -#define CONTEXT_MENU +// #define CONTEXT_MENU // 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_DRAG_SCROLL //#define IMAGEv2_DRAG_SCROLL_SZ 3 #if defined(IMAGEv2_DRAG_SCROLL_SZ) && (IMAGEv2_DRAG_SCROLL_SZ > 1) #define IMAGEv2_SHORT_MAPITEMS #endif// defined(IMAGEv2_DRAG_SCROLL_SZ) && (IMAGEv2_DRAG_SCROLL_SZ > 1) // UNCOMMENT USE_NAVIGATION_LINKS for so far experimental UI changes to replace buttons at top with more streamlined links //#define USE_NAVIGATION_LINKS