This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
oui-blendish
mirror of
https://github.com/VCVRack/oui-blendish.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable bevel
master
Andrew Belt
7 years ago
parent
3d8e576f55
commit
383f24f6ed
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
blendish.h
+ 2
- 0
blendish.h
View File
@@ -1965,6 +1965,8 @@ NVGcolor bndOffsetColor(NVGcolor color, int delta) {
}
}
void bndBevel(NVGcontext *ctx, float x, float y, float w, float h) {
void bndBevel(NVGcontext *ctx, float x, float y, float w, float h) {
// Disable bevel
return;
nvgStrokeWidth(ctx, 1);
nvgStrokeWidth(ctx, 1);
x += 0.5f;
x += 0.5f;
Write
Preview
Loading…
Cancel
Save