Solving issue 2735: "Apply/paste partial profile broken in build 4.2.147 - applies full parameters"
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
#include "options.h"
|
||||
#include "addsetids.h"
|
||||
|
||||
ParamsEdited::ParamsEdited () {
|
||||
ParamsEdited::ParamsEdited (bool value) {
|
||||
|
||||
set (true);
|
||||
set (value);
|
||||
}
|
||||
|
||||
void ParamsEdited::set (bool v) {
|
||||
|
Reference in New Issue
Block a user