Browse Source

Fix box size in error in vector theme.

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
02936771b8
1 changed files with 1 additions and 1 deletions
  1. +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();



Loading…
Cancel
Save