Recallable Custom WB (see issue 928)
stores CustomWB settings in variables (on adjuster change, wb picker and read) and recall from them when Custom method is selected
This commit is contained in:
@@ -44,6 +44,9 @@ class WhiteBalance : public Gtk::VBox, public AdjusterListener, public FoldableT
|
||||
WBProvider *wbp;
|
||||
SpotWBListener* wblistener;
|
||||
sigc::connection methconn;
|
||||
int custom_temp;
|
||||
double custom_green;
|
||||
void cache_customWB(int temp, double green){custom_temp = temp; custom_green=green;}; //cache custom WB setting to allow its recall
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user