git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f9992
)
JAL-3261 no save in setColourPropertyNoSave !
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 11 Oct 2019 14:32:44 +0000
(15:32 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 11 Oct 2019 14:32:44 +0000
(15:32 +0100)
src/jalview/bin/Cache.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/Cache.java
b/src/jalview/bin/Cache.java
index
07e346f
..
5aff236
100755
(executable)
--- a/
src/jalview/bin/Cache.java
+++ b/
src/jalview/bin/Cache.java
@@
-1090,7
+1090,7
@@
public class Cache implements ApplicationSingletonI
*/
public static void setColourPropertyNoSave(String property, Color colour)
{
- setProperty(property, jalview.util.Format.getHexString(colour));
+ setPropertyNoSave(property, jalview.util.Format.getHexString(colour));
}
/**