From 3ad0c973b8a55403f5c658be691aa67c131849c7 Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 10 Dec 2012 20:23:28 +0000 Subject: don't bother with FLAT_BOX for image input --- dw/fltkui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkui.cc') 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 (), -- cgit v1.2.3