From e55638d081e2e1ff6fbc06e0e8ac0381a04308e7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Sep 2010 21:29:18 +0000 Subject: updated comments, updated buy menu, info support for map window, added const to target selection --- src/ui/container.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/ui/container.cc') diff --git a/src/ui/container.cc b/src/ui/container.cc index 04e1ec2..31d7549 100644 --- a/src/ui/container.cc +++ b/src/ui/container.cc @@ -45,11 +45,7 @@ void Container::resize() void Container::draw_border() { - if (focus()) { - paint::color(palette()->foreground()); - } else { - paint::color(palette()->border()); - } + paint::color(palette()->foreground()); paint::border(global_location(), size()); } -- cgit v1.2.3