summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_plastic.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx
index e8bbb9ffa..7b395f8a8 100644
--- a/src/fl_plastic.cxx
+++ b/src/fl_plastic.cxx
@@ -274,7 +274,7 @@ static void up_round(int x, int y, int w, int h, Fl_Color c) {
static void down_frame(int x, int y, int w, int h, Fl_Color c) {
- frame_rect(x, y, w, h - 1, "LLRRTTLL", c);
+ frame_rect(x, y, w, h - 1, "LLLLTTRR", c);
}