mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e6fa2ca17a
commit
034121a105
@ -2355,7 +2355,10 @@ var FileSystemWriterUIActions = actions.Actions({
|
|||||||
make(['Export $mode: ',
|
make(['Export $mode: ',
|
||||||
function(){ return mode }])
|
function(){ return mode }])
|
||||||
.on('open',
|
.on('open',
|
||||||
widgets.makeNestedConfigListEditor(that, o,
|
// XXX for some reason o is initially undefined when
|
||||||
|
// it should be set to the dialog...
|
||||||
|
//widgets.makeNestedConfigListEditor(that, o,
|
||||||
|
widgets.makeNestedConfigListEditor(that, make.dialog,
|
||||||
'export-dialog-modes',
|
'export-dialog-modes',
|
||||||
'export-dialog-mode',
|
'export-dialog-mode',
|
||||||
{
|
{
|
||||||
|
|||||||
@ -287,6 +287,9 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
|
|
||||||
shift_B: 'setBaseRibbon',
|
shift_B: 'setBaseRibbon',
|
||||||
|
|
||||||
|
alt_PgUp: 'shiftRibbonUp',
|
||||||
|
alt_PgDown: 'shiftRibbonDown',
|
||||||
|
|
||||||
|
|
||||||
// editing...
|
// editing...
|
||||||
R: 'rotateCW',
|
R: 'rotateCW',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user