Add an option to force drag-and-drop under REAPER

This works around a long standing bug in REAPER itself that would
prevent you from dragging files onto any plugin editor window.
This commit is contained in:
Robbert van der Helm
2021-01-19 14:46:41 +01:00
parent 53c0ecbac4
commit dac817323b
6 changed files with 89 additions and 18 deletions
+3
View File
@@ -162,6 +162,9 @@ class PluginBridge {
if (config.editor_double_embed) {
other_options.push_back("editor: double embed");
}
if (config.editor_force_dnd) {
other_options.push_back("editor: force drag-and-drop");
}
if (config.editor_xembed) {
other_options.push_back("editor: XEmbed");
}