issue #131, shift + double click to add FX in disabled state

This commit is contained in:
c0ntrol
2017-01-08 14:10:52 +01:00
parent a433c77334
commit 2b0accca54
4 changed files with 53 additions and 24 deletions

View File

@@ -3612,11 +3612,12 @@ static clipboard_t *last_clipboard = NULL;
static void do_clipboard(clipboard_t *c, int id, int entry_id)
{
char msg[1024];
snprintf( msg, sizeof(msg), "%03d:%d %d %d %s;",
snprintf( msg, sizeof(msg), "%03d:%d %d %d %d %s;",
VIMS_CHAIN_ENTRY_SET_PRESET,
id,
entry_id,
c->fx_id,
c->enabled,
c->parameters
);