mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
fixing the edit bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d1528650e4
commit
06b6e15b91
@ -1607,6 +1607,8 @@ var WidgetTestActions = actions.Actions({
|
||||
makeUIDialog(function(){
|
||||
var actions = this
|
||||
|
||||
var editable_list = ['x', 'y', 'z']
|
||||
|
||||
return browse.makeLister(null, function(path, make){
|
||||
var that = this
|
||||
|
||||
@ -1630,7 +1632,7 @@ var WidgetTestActions = actions.Actions({
|
||||
make.List(['a', 'b', 'c'])
|
||||
|
||||
make.Heading(' Editable list:')
|
||||
make.EditableList(['x', 'y', 'z'])
|
||||
make.EditableList(editable_list)
|
||||
|
||||
// NOTE: the dialog's .parent is not yet set at this point...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user