diff options
author | corvid <corvid@lavabit.com> | 2012-12-10 20:23:28 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-10 20:23:28 +0000 |
commit | 3ad0c973b8a55403f5c658be691aa67c131849c7 (patch) | |
tree | c872831ef5a45141dd1bc695f4f0e9bf6738e43e /dw/fltkui.cc | |
parent | 2421b5df238b6c3ec41b433d23299e53f0ffe800 (diff) |
don't bother with FLAT_BOX for image input
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r-- | dw/fltkui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc index 064176de..4c3415c7 100644 --- a/dw/fltkui.cc +++ b/dw/fltkui.cc @@ -532,7 +532,7 @@ Fl_Widget *FltkComplexButtonResource::createNewWidget (core::Allocation button->callback (widgetCallback, this); button->when (FL_WHEN_RELEASE); if (!relief) - button->box(FL_FLAT_BOX); + button->box(FL_NO_BOX); flatView = new FltkFlatView (allocation->x + reliefXThickness (), allocation->y + reliefYThickness (), |