Commit e58461cffed703ed21abdc42857d19bdffcc6819

Authored by Josh Klontz
1 parent 558943a4

minor tweak

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/filter.cpp
... ... @@ -31,7 +31,7 @@ namespace br
31 31 class GammaTransform : public UntrainableTransform
32 32 {
33 33 Q_OBJECT
34   - Q_PROPERTY(float gamma READ get_gamma WRITE set_gamma RESET reset_gamma)
  34 + Q_PROPERTY(float gamma READ get_gamma WRITE set_gamma RESET reset_gamma STORED false)
35 35 BR_PROPERTY(float, gamma, 0.2)
36 36  
37 37 Mat lut;
... ...