WinTools
WinTools copied to clipboard
Incorrect text value read from clipboard
Great plugin, loads of very useful stuff. Just started making use of some of the clipboard functionality that this plugin provides, in particular the "Store Current Contents of Clipboard into Value", and one thing I'm noticing is that occasionally rather that getting the text from the clipboard, it gets the word TRUE instead. On inspection of the source code I see this at line 1494 (and line 1497) in WinTools/src/utils/util.py TPClient.stateUpdate("KillerBOSS.TP.Plugins.capture.clipboard.contents", "TRUE") I assume this is where it is coming from, I'm guessing for whatever reason the second stateUpdate is getting lost along the way.