src/network/network_chat_gui.cpp
changeset 10426 4a77f7049b5e
parent 10310 ca2eb5811a07
--- a/src/network/network_chat_gui.cpp	Mon Dec 15 22:22:23 2008 +0000
+++ b/src/network/network_chat_gui.cpp	Tue Dec 16 17:58:27 2008 +0000
@@ -277,7 +277,6 @@
 		InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, 0);
 
 		InvalidateWindowData(WC_NEWS_WINDOW, 0, this->height);
-		SetBit(_no_scroll, SCROLL_CHAT); // do not scroll the game with the arrow-keys
 
 		_chat_tab_completion_active = false;
 
@@ -287,7 +286,6 @@
 	~NetworkChatWindow ()
 	{
 		InvalidateWindowData(WC_NEWS_WINDOW, 0, 0);
-		ClrBit(_no_scroll, SCROLL_CHAT);
 	}
 
 	/**