partition manager + tab/wizard rework
This commit is contained in:
@@ -8,11 +8,12 @@ UI.TextArea.defaults = {
|
||||
value = '',
|
||||
showScrollBar = true,
|
||||
}
|
||||
function UI.TextArea:setText(text)
|
||||
function UI.TextArea:setValue(text)
|
||||
self:reset()
|
||||
self.value = text
|
||||
self:draw()
|
||||
end
|
||||
UI.TextArea.setText = UI.TextArea.setValue -- deprecate
|
||||
|
||||
function UI.TextArea.focus()
|
||||
-- allow keyboard scrolling
|
||||
|
||||
Reference in New Issue
Block a user