renderMode attribute always sets to use_background_thread
ajprieger opened this issue · 3 comments
ajprieger commented
In the renderMode attribute for graph widgets, both use_background_thread and use_main_thread have the value 0, which causes setting the value to either of them to use the background thread. Not setting the attribute at all causes it to properly default to main thread, but explicitly setting it to main thread doesn't work.
halfhp commented
Just to make sure I'm understanding, you're saying this issue occurs when there is more than one graph widget on the same screen?
ajprieger commented
No, it happens with only one graph widget. It's just anytime you set render mode to use_main_thread, it actually sets it to background thread mode.