Skip to content

Commit

Permalink
fix image_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Dec 13, 2023
1 parent 9b598b3 commit 0b7f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/plugins/image/image_gui/HistogramWidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class THistogramSetting: public HistogramSetting
.draw_rectangle(i,cmax,0,i,this->cimg.height(),this->cimg.depth(),col+i,opacity);

const unsigned char currentcol[]= {200,100,0};
for(unsigned int i=0; i<3; i++) this->cimg.draw_line(i,cpos,0,i,cpos,this->cimg.depth(),currentcol+i);
for(unsigned int i=0; i<3; i++) this->cimg.draw_line(i,cpos,i,cpos,currentcol+i);

}

Expand Down

0 comments on commit 0b7f9a9

Please sign in to comment.