** Changed in: sikuli Importance: High => Critical ** Summary changed:
- [1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask + [1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask --- fixed 2018-08-25 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1788648 Title: [1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask --- fixed 2018-08-25 Status in Sikuli: Fix Committed Bug description: Set "Show thumbnails" switch off and edited the code. maskImg = Pattern("1535033272666.png").asMask() maskedImg = Pattern("1535033272666.png").withMask() Set "Show thumbnails" switch on, Pattern() is deleted. maskImg = "1535033272666.png" maskedImg = "1535033272666.png" [Environment] OS: Windows10 Java: Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode) SikuliXIDE: 1.1.4(2018-08-22_10:10) To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1788648/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

