File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ February 23, 2011 - Release 0.2.0
2
+ * PJS: Bugfix: Functionality to reset zoom (middle mouse click) was moved to from the mousePressed() to the mouseReleased() function
3
+ resetting zoom in mousePressed() function can cause problems in Chrome (when the middle mouse is clicked and zoom is reset
4
+ processing doesn't properly reset call the mouseMoved() function but the mouseDragged() instead. This happens only if the the
5
+ zoomResizeEvent is called and in the zoomResizeEvent the GeneViewer is hidden/detached from the DOM)
6
+
1
7
February 22, 2011 - Release 0.2.0
2
8
3
9
* backend/JBrowseDataSource.py (new class & functions): Added GeneNameTree class and function to retrieve Genes from query/name
Original file line number Diff line number Diff line change 2
2
<!-- Build file based on gwtp's build file (http://code.google.com/p/gwt-platform/) -->
3
3
4
4
<project name =" GeneViewer" default =" build" basedir =" ." >
5
- <property name =" version.num" value =" 0.2" />
5
+ <property name =" version.num" value =" 0.2.1 " />
6
6
<property environment =" env" />
7
7
<property name =" in.src.folder" location =" src" />
8
8
<property name =" in.test.folder" location =" test" />
You can’t perform that action at this time.
0 commit comments