From 471b8362e22ee5b1f762a6b0292e7dc765a9b9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Ku=C5=9Bnierz?= Date: Thu, 4 Jun 2015 15:31:15 +0200 Subject: [PATCH] ConsoleLabel should not be focusable Avoid scrolling by ensureChildVisible of UIScrollArea --- modules/game_console/console.otui | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/game_console/console.otui b/modules/game_console/console.otui index 9a31a3aa..c946f88d 100644 --- a/modules/game_console/console.otui +++ b/modules/game_console/console.otui @@ -12,6 +12,7 @@ ConsoleLabel < UITextEdit editable: false draggable: true selectable: false + focusable: false ConsolePhantomLabel < UILabel font: verdana-11px-antialised