some rework in UIWidget input

This commit is contained in:
Eduardo Bart
2012-03-26 10:34:43 -03:00
parent 532e8e3e39
commit 9309d6e7f3
13 changed files with 139 additions and 132 deletions

View File

@@ -215,10 +215,6 @@ function Console.terminate()
Console = nil
end
function Console.debug()
print(#channels)
end
function Console.clear()
for channelid, channelname in pairs(channels) do
if channelid ~= 0 then

View File

@@ -12,7 +12,6 @@ ConsoleTabBarPanel < TabBarPanel
ScrollablePanel
id: consoleBuffer
// height = max lines * 14
anchors.fill: parent
margin-right: 12
vertical-scrollbar: consoleScrollBar