From 56cdfd3822d2800abdd2f912ab7f76a5764793a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 13:45:07 +0000 Subject: scrollpane widget, updated chatbox --- src/ui/container.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ui/container.cc') diff --git a/src/ui/container.cc b/src/ui/container.cc index 37fbea8..977ff4d 100644 --- a/src/ui/container.cc +++ b/src/ui/container.cc @@ -58,9 +58,6 @@ void Container::set_margin(const float margin) void Container::draw_border() { - if (!border()) - return; - if(focus()) { paint::color(palette()->foreground()); } else { -- cgit v1.2.3