From: terencehill Date: Sat, 1 Aug 2015 20:14:30 +0000 (+0200) Subject: Improve scrolling in the players list too (server info dialog) X-Git-Tag: xonotic-v0.8.1~11^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ddc2ea94dd4703e38f1ccec825007dcb9d88c650;p=xonotic%2Fxonotic-data.pk3dir.git Improve scrolling in the players list too (server info dialog) --- diff --git a/qcsrc/menu/xonotic/playerlist.qc b/qcsrc/menu/xonotic/playerlist.qc index db3ac8a20..72fe69e11 100644 --- a/qcsrc/menu/xonotic/playerlist.qc +++ b/qcsrc/menu/xonotic/playerlist.qc @@ -17,6 +17,7 @@ CLASS(XonoticPlayerList, XonoticListBox) METHOD(XonoticPlayerList, setPlayerList, void(entity, string)) METHOD(XonoticPlayerList, getPlayerList, string(entity, float, float)) ATTRIB(XonoticPlayerList, playerList, float, -1) + ATTRIB(XonoticPlayerList, selectionDoesntMatter, bool, true) ENDCLASS(XonoticPlayerList) entity makeXonoticPlayerList(); #endif