Ticket #2399: buttonAssets.patch
File buttonAssets.patch, 1.3 KB (added by pap, 15 years ago) |
---|
-
modules/org.sophie2.main.func.links/src/main/java/org/sophie2/main/func/links/LinksHudLogic.java
### Eclipse Workspace Patch 1.0 #P sophie
286 286 * 287 287 * The string argument specifies a human-readable description of the action. 288 288 */ 289 @EventParams({Link.class, String.class})289 @EventParams({Link.class, Message.class}) 290 290 SET_LINK; 291 291 292 292 /** -
modules/org.sophie2.base.commons/src/main/java/org/sophie2/base/commons/util/ImmImage.java
330 330 // Determine the type of transparency of the new buffered image 331 331 int transparency = Transparency.OPAQUE; 332 332 if (hasAlpha) { 333 transparency = Transparency. BITMASK;333 transparency = Transparency.TRANSLUCENT; 334 334 } 335 335 336 336 // Create the buffered image