ConsoleLabel should not be focusable

Avoid scrolling by ensureChildVisible of UIScrollArea
This commit is contained in:
Konrad Kuśnierz 2015-06-04 15:31:15 +02:00
parent a33fcd19b4
commit 471b8362e2
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ConsoleLabel < UITextEdit
editable: false editable: false
draggable: true draggable: true
selectable: false selectable: false
focusable: false
ConsolePhantomLabel < UILabel ConsolePhantomLabel < UILabel
font: verdana-11px-antialised font: verdana-11px-antialised