synthv1 icon indicating copy to clipboard operation
synthv1 copied to clipboard

Proposal for QApplication instance

Open ghost opened this issue 6 years ago • 1 comments

When the code checks for QApplication, also check the arguments in order to see of this instance comes from the host, and not has been created by other Qt plugins. If that plugin (X) that created the QApplication will delete the instance of QApplication when user closes the window for X plugin, all the rest Qt plugins windows opened will crash.

ghost avatar Dec 25 '18 11:12 ghost

possibly fixed on git head https://github.com/rncbc/synthv1/commit/0b314f6

cheers && thanks

rncbc avatar Dec 26 '18 11:12 rncbc