Solving issue 2326: "Copy/Paste bug" ; The "Fill mode" button (Profile selector) is now extended to the "Load" and "Paste" buttons.
This commit is contained in:
@@ -46,6 +46,7 @@ class Clipboard {
|
||||
const rtengine::procparams::PartialProfile& getPartialProfile () { return partProfile; };
|
||||
void setProcParams (const rtengine::procparams::ProcParams& pparams);
|
||||
const rtengine::procparams::ProcParams& getProcParams () { return *partProfile.pparams; }
|
||||
const ParamsEdited& getParamsEdited () { return *partProfile.pedited; }
|
||||
bool hasProcParams () { return partProfile.pparams; }
|
||||
bool hasPEdited () { return partProfile.pedited; }
|
||||
|
||||
|
Reference in New Issue
Block a user