Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/container.cc')
-rw-r--r--src/ui/container.cc3
1 files changed, 0 insertions, 3 deletions
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 {