[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Thu Feb 3 21:49:01 UTC 2011
gordonp
Thu Feb 3 16:49:01 EST 2011
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui
In directory dev.open-bio.org:/tmp/cvs-serv20314/src/main/ca/ucalgary/seahawk/gui
Modified Files:
MobyContentHelpPane.java
Log Message:
Tiny fix so fot resizing can happen properly (requires help document URL be in history)
moby-live/Java/src/main/ca/ucalgary/seahawk/gui MobyContentHelpPane.java,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentHelpPane.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentHelpPane.java 2010/03/29 19:55:22 1.5
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/seahawk/gui/MobyContentHelpPane.java 2011/02/03 21:49:01 1.6
@@ -68,7 +68,7 @@
}
}
- gotoURL(helpHTMLURL, false);
+ gotoURL(helpHTMLURL, true);
editorPane.scrollToReference("start"); // use anchor at top of doc: pane scrolls to bottom normally...
}
More information about the MOBY-guts
mailing list