aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/findbar.cc')
-rw-r--r--src/findbar.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/findbar.cc b/src/findbar.cc
index f376895f..b72aefb6 100644
--- a/src/findbar.cc
+++ b/src/findbar.cc
@@ -131,7 +131,6 @@ Findbar::Findbar(int width, int height) :
i = new MyInput(x, border, input_width, height);
x += input_width + gap;
resizable(i);
- i->color(206);
i->when(FL_WHEN_NEVER);
add(i);