aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 7e0d19a7..a7d2f756 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -469,7 +469,7 @@ PackedGroup *UI::make_location()
Input *i = Location = new CustInput(0,0,0,0,0);
i->color(CuteColor);
- i->when(WHEN_ENTER_KEY);
+ i->when(FL_WHEN_ENTER_KEY);
i->callback(location_cb, this);
i->set_click_to_focus();