diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/labelwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index 9c8fb2ee..d48ed9e8 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -172,7 +172,7 @@ static iBool processEvent_LabelWidget_(iLabelWidget *d, const SDL_Event *ev) { | |||
172 | return iTrue; | 172 | return iTrue; |
173 | } | 173 | } |
174 | if (isFocused_Widget(d) && mods == 0 && | 174 | if (isFocused_Widget(d) && mods == 0 && |
175 | (sym == SDLK_SPACE || sym == SDLK_RETURN || sym == SDLK_KP_ENTER)) { | 175 | (sym == SDLK_RETURN || sym == SDLK_KP_ENTER)) { |
176 | trigger_LabelWidget_(d); | 176 | trigger_LabelWidget_(d); |
177 | refresh_Widget(d); | 177 | refresh_Widget(d); |
178 | return iTrue; | 178 | return iTrue; |