** Summary changed: - [1.1.1] IDE: recapture image with same imagename is not reflected (image cache not updated) --- workaround + [1.1.1] IDE: recapture image with same imagename is not reflected (image cache not updated) --- fixed: 2017-03-16
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1673013 Title: [1.1.1] IDE: recapture image with same imagename is not reflected (image cache not updated) --- fixed: 2017-03-16 Status in Sikuli: Fix Committed Bug description: ********* workaround until fixed save the script and reopen it (no need to close IDE completely only the offending script tab) --------------------------------------------- 1. I create some image visual: img = "img.png" # using screen-capture button 2. Then I decide to change this image, type Backspace to delete old image: img = # img.png should be deleted, shouldn't it? 3. I choose another part of the screen using screen-capture button : img = "img.png" # Surprisingly I see my _old image_ instead of the new one. But when I save the project and reopen it in Sikuli IDE I do see the new image. To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1673013/+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

