Fix the RGB bar readout in histogram

This commit is contained in:
Thanatomanic
2020-07-12 07:26:29 +02:00
parent dced61b619
commit c364e20635
2 changed files with 34 additions and 14 deletions

View File

@@ -78,6 +78,8 @@ protected:
bool barDisplayed;
Gtk::Grid* parent;
double padding = 5.0;
HistogramRGBAreaIdleHelper* harih;