[1.1.4] IDE: "Show thumbnails" switch removes Pattern with asMask and withMask

Asked by masuo

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)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

@masuo: thanks for finding.

made it a bug.

Revision history for this message
masuo (masuo-ohara) said :
#2

Thanks RaiMan.
I confirmed that the letter "M" at the top right of the image indicates that I have specified a mask.
SikuliXIDE: 1.1.4(2018-08-25_11:27)

Revision history for this message
RaiMan (raimund-hocke) said :
#3

thanks for feedback