From 1599ade7caf73fbb49409644357062ef95fc04ad Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 16 Dec 2008 17:58:27 +0000 Subject: (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. --- src/osk_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/osk_gui.cpp') diff --git a/src/osk_gui.cpp b/src/osk_gui.cpp index ad7577630..1dfce4cfb 100644 --- a/src/osk_gui.cpp +++ b/src/osk_gui.cpp @@ -66,7 +66,6 @@ struct OskWindow : public Window { /* make a copy in case we need to reset later */ this->orig_str_buf = strdup(this->qs->text.buf); - SetBit(_no_scroll, SCROLL_EDIT); /* Not needed by default. */ this->DisableWidget(OSK_WIDGET_SPECIAL); -- cgit v1.2.3-54-g00ecf