Issue 533 Object under cursor fix

This commit is contained in:
Jindra Pet��k
2014-03-13 09:32:50 +01:00
parent 9f1b580357
commit c528228104
5 changed files with 245 additions and 113 deletions
@@ -2351,7 +2351,7 @@ public final class SWF implements TreeItem, Timelined {
drawable.toImage(dframe, layer.ratio, stateUnderCursor, mouseButton, img, m, clrTrans);
//if(stateUnderCursor == layer){
/* if(true){
/* if(true){
Graphics2D gg = (Graphics2D)img.getGraphics();
gg.setStroke(new BasicStroke(3));
gg.setPaint(Color.red);