diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-11-17 10:24:30 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-11-17 10:29:59 +0200 |
commit | a4450fe6d06a138c1f3b1c43546a7246be8a26c5 (patch) | |
tree | 9444c89a383ab2d71d1bd9384a4a9374e799f048 /sd/sdi | |
parent | acd78552de4179d869cf7061dffab22063466f1c (diff) |
Related: fdo#83572 Try to fix zoom mode button state
Change-Id: I4e146788c3ab83f714bfb0aef1da018b038be64d
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 216647073923..38953ca2b1fc 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -629,12 +629,12 @@ interface DrawView ] SID_ZOOM_MODE // ole : no, status : play rec [ - ExecMethod = FuTemporary ; + ExecMethod = FuPermanent ; StateMethod = GetMenuState ; ] SID_ZOOM_PANNING // ole : no, status : play rec [ - ExecMethod = FuTemporary ; + ExecMethod = FuPermanent ; StateMethod = GetMenuState ; ] SID_ZOOM_IN // ole : no, status : play rec |