Replace all g_idle_adds with IdleRegister (#3767)

This commit is contained in:
Flössie
2017-03-26 22:03:33 +02:00
parent 39ca290ca9
commit 91b44dbd08
25 changed files with 419 additions and 403 deletions

View File

@@ -29,6 +29,8 @@
class ToneCurve : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel, public rtengine::AutoExpListener, public CurveListener
{
private:
IdleRegister idle_register;
protected:
// from HLRecovery
@@ -73,7 +75,6 @@ protected:
bool nextHLRecons;
public:
ToneCurve ();
~ToneCurve ();