On 22.07.2017 08:38, Scott Kostyshak wrote:
On Tue, Jul 18, 2017 at 04:43:44AM -0400, Scott Kostyshak wrote:
On Sun, May 07, 2017 at 02:18:41PM +0200, Guillaume MM wrote:
commit 4183a9f4dc9bc0893fc59cd7e31db9bc7e52eea9
Author: Daniel Ramöller <d....@web.de>
Date:   Sat Oct 29 10:28:34 2016 +0200

     Preferences shows current zoom instead of preference's default zoom 
(#10455)
- Adds a currentZoom variable which holds the current zoom level. - The zoom stored in preferences is used as default zoom level (default binding:
       M+0).
- The currentZoom is saved and restored via QSettings. - Adds LFUN buffer-zoom for (re)setting zoom.

After this commit, I see the following:

$ lyx -dbg action

Debugging `action' (User commands)
frontends/qt4/GuiApplication.cpp (1576): cmd:  action: 269 [window-new]
arg: '' x: 0 y: 0
frontends/qt4/GuiApplication.cpp (1576): cmd:  action: 367 [buffer-zoom]
arg: '110' x: 0 y: 0
frontends/qt4/GuiApplication.cpp (1586): action buffer-zoom
[buffer-zoom] is disabled at this location
frontends/qt4/GuiApplication.cpp (1357): dispatch msg is Command not
allowed without any document open
frontends/qt4/GuiApplication.cpp (1357): dispatch msg is


before, I saw this:


$ lyx -dbg action

Debugging `action' (User commands)
frontends/qt4/GuiApplication.cpp (1570): cmd:  action: 269 [window-new]
arg: '' x: 0 y: 0
frontends/qt4/GuiApplication.cpp (1351): dispatch msg is

Racoon, I just wanted to make sure that you saw this email about the
above potential regression. Will you have time to look into it?

No, sorry. Most importantly, I do not understand what the debug messages mean. Unfortunately, I also do not have much time at my hands at the moment either. I am happy to help though, if something in my code is unclear.

Daniel

Reply via email to