mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
fixed fullscreen refresh bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7756a3b8ca
commit
9f5723ce2d
@ -90,7 +90,8 @@ var AppControlActions = actions.Actions({
|
||||
|
||||
win.show()
|
||||
|
||||
if(cfg != null && cfg.fullscreen){
|
||||
// XXX check if we are full screen...
|
||||
if(cfg != null && cfg.fullscreen && !win.isFullscreen){
|
||||
this.toggleFullScreen()
|
||||
}
|
||||
|
||||
|
||||
@ -107,7 +107,7 @@ module.GLOBAL_KEYBOARD = {
|
||||
H: {
|
||||
default: 'flipHorizontal',
|
||||
ctrl: 'listURLHistory',
|
||||
alt: 'browseActions: "/History/"',
|
||||
alt: 'browseActions: "/History/" -- Open history menu',
|
||||
},
|
||||
V: 'flipVertical',
|
||||
P: {
|
||||
|
||||
@ -486,7 +486,7 @@ function getKeyHandlers(key, modifiers, keybindings, modes, shifted_keys, action
|
||||
}
|
||||
|
||||
return f
|
||||
}(c.action, c['no-default'], c.args, c.doc)
|
||||
}(c.action, c['no-default'], c.arguments, c.doc)
|
||||
|
||||
// key code...
|
||||
} else if(typeof(handler) == typeof(1)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user