Revision: 9239
http://sourceforge.net/p/vassalengine/svn/9239
Author: uckelman
Date: 2016-11-07 17:23:53 +0000 (Mon, 07 Nov 2016)
Log Message:
-----------
Merged Brent-3.2-Work@9231.
Fixed Bug 12518: Rotated Layer following property does not update if
property changes
Modified Paths:
--------------
VASSAL-src/trunk/src/VASSAL/counters/Embellishment.java
Modified: VASSAL-src/trunk/src/VASSAL/counters/Embellishment.java
===================================================================
--- VASSAL-src/trunk/src/VASSAL/counters/Embellishment.java 2016-11-07 17:22:52 UTC (rev 9238)
+++ VASSAL-src/trunk/src/VASSAL/counters/Embellishment.java 2016-11-07 17:23:53 UTC (rev 9239)
@@ -798,7 +798,9 @@
return String.valueOf(isActive());
}
else if (key.equals(Properties.VISIBLE_STATE)) {
+ checkPropertyLevel();
String s = String.valueOf(super.getProperty(key));
+ s += value;
if (drawUnderneathWhenSelected) {
s += getProperty(Properties.SELECTED);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
vassalengine-svn mailing list
vas...@li...
https://lists.sourceforge.net/lists/listinfo/vassalengine-svn
|