Fix plugins not updating with dropdowns

This commit is contained in:
Robbert van der Helm
2020-03-23 22:19:49 +01:00
parent c046f9fe7b
commit 5d1051a00c
3 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class PluginBridge {
*/
std::thread parameters_handler;
/**
* The t thread that handles calls to `processReplacing` (and `process`).
* The thread that handles calls to `processReplacing` (and `process`).
*/
std::thread process_replacing_handler;