bugfix: load trimbits also for individual setting

This commit is contained in:
maliakal_d 2020-08-12 17:11:09 +02:00
parent d822600c68
commit 16af67924e

View File

@ -385,7 +385,7 @@
if (args.size() != 1) { \
WrongNumberOfParameters(1); \
} \
det->SETFCN(args[0]); \
det->SETFCN(args[0], {det_id}); \
os << args.front() << '\n'; \
} else { \
throw sls::RuntimeError("Unknown action"); \