]> git.lyx.org Git - features.git/commit
Add feedback in status bar when zooming
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 14:44:06 +0000 (16:44 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 15:03:54 +0000 (17:03 +0200)
commit8884c4044d7c1d29526aca7b0be1734231c89207
treef9e5feae932764eb34dbd286de1bc0f3df7fb65d
parent858f6b6c7b630f7672001fb19b55109a89aed142
Add feedback in status bar when zooming

Moreover enforce better the lower limit of 10 and avoid overflow due
to unsigned int.

Fixes bug #10212.
src/LyXRC.cpp
src/frontends/qt4/GuiView.cpp