This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Fix box size in error in vector theme.
tags/v1.3.1000
Jonathan Moore Liles
12 years ago
parent
d7f94164bc
commit
02936771b8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Vector_Theme.cxx
+ 1
- 1
src/Vector_Theme.cxx
View File
@@ -60,7 +60,7 @@ static void rect_path ( float x, float y, float w, float h, double radius )
x+= 0.5f;
y+= 0.5f;
w-=1;
h-=
2
;
h-=
1
;
cairo_t *cr = Fl::cairo_cc();
Write
Preview
Loading…
Cancel
Save