diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/inputwidget.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c index 59d62544..ad630223 100644 --- a/src/ui/inputwidget.c +++ b/src/ui/inputwidget.c | |||
@@ -1566,11 +1566,6 @@ static iBool processEvent_InputWidget_(iInputWidget *d, const SDL_Event *ev) { | |||
1566 | } | 1566 | } |
1567 | switch (processEvent_Click(&d->click, ev)) { | 1567 | switch (processEvent_Click(&d->click, ev)) { |
1568 | case none_ClickResult: | 1568 | case none_ClickResult: |
1569 | // if (ev->type == SDL_MOUSEBUTTONUP && | ||
1570 | // deviceType_App() != desktop_AppDeviceType && isFocused_Widget(d)) { | ||
1571 | // setFocus_Widget(NULL); | ||
1572 | // return iTrue; | ||
1573 | // } | ||
1574 | break; | 1569 | break; |
1575 | case started_ClickResult: { | 1570 | case started_ClickResult: { |
1576 | setFocus_Widget(w); | 1571 | setFocus_Widget(w); |