Skip to content

Commit

Permalink
fixed ofxColorPicker glitch (#6426)
Browse files Browse the repository at this point in the history
  • Loading branch information
roymacdonald authored and ofTheo committed Nov 3, 2019
1 parent e911fdc commit 627b9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ofxGui/src/ofxColorPicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ ofMesh ofxColorPicker_<ColorType>::getColorScaleBar() {


ofMesh meshColorScaleBar;
meshColorScaleBar.setMode(OF_PRIMITIVE_TRIANGLES);

auto borderColor = ofColor(149, 255);
meshColorScaleBar.append(rectangle(rectColorScaleBar, borderColor));
Expand Down

0 comments on commit 627b9aa

Please sign in to comment.