Mageia Bugzilla – Attachment 13979 Details for
Bug 28938
Lyx:The first ten options from top in Help menu don't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Third patch
lyx-Fix-GuiView.patch (text/plain), 563 bytes, created by
katnatek
on 2023-09-09 06:47:19 CEST
(
hide
)
Description:
Third patch
Filename:
MIME Type:
Creator:
katnatek
Created:
2023-09-09 06:47:19 CEST
Size:
563 bytes
patch
obsolete
>Index: src/frontends/qt4/GuiView.h >=================================================================== >--- lyx-2.3.7.orig/src/frontends/qt4/GuiView.h >+++ lyx-2.3.7/src/frontends/qt4/GuiView.h 2023-08-31 20:28:21.032590896 -0600 >@@ -477,9 +477,9 @@ > /// from the default zoom pref > double zoom_ratio_ = 1.0; > /// Minimum zoom percentage >- static int const zoom_min_ = 10; >+ int const zoom_min_ = 10; > /// Maximum zoom percentage >- static int const zoom_max_ = 1000; >+ int const zoom_max_ = 1000; > > // movability flag of all toolbars > bool toolbarsMovable_;
Index: src/frontends/qt4/GuiView.h =================================================================== --- lyx-2.3.7.orig/src/frontends/qt4/GuiView.h +++ lyx-2.3.7/src/frontends/qt4/GuiView.h 2023-08-31 20:28:21.032590896 -0600 @@ -477,9 +477,9 @@ /// from the default zoom pref double zoom_ratio_ = 1.0; /// Minimum zoom percentage - static int const zoom_min_ = 10; + int const zoom_min_ = 10; /// Maximum zoom percentage - static int const zoom_max_ = 1000; + int const zoom_max_ = 1000; // movability flag of all toolbars bool toolbarsMovable_;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28938
:
12715
|
12716
|
13976
|
13977
|
13978
| 13979 |
13980
|
13981
|
13982
|
14139
|
14140
|
14193