GNU TeXmacs - Bugs: bug #62433, "Fit to screen width"...
You are not allowed to post comments on this tracker with your current authentication level.
bug #62433: "Fit to screen width" does not work well with "Double the zoom factor for TeXmacs documents"
Submitter: | Aeh9quu9 <ohnie0ai> | ||
Submitted: | Tue 10 May 2022 05:00:14 PM UTC | ||
Category: | User Interface | Priority: | 5 - Normal |
Item Group: | Error | Status: | In Progress |
Privacy: | Public | Assigned to: | None |
Originator Name: | Open/Closed: | Open | |
Release: | None | Release: | 2.1.1 |
Fixed Release: | None | Fixed Release: | |
Keywords: |
Thu 26 Jan 2023 09:05:04 PM UTC, comment #1: |
Philippe Joyez <pjoyez>![]() |
Tue 10 May 2022 05:00:14 PM UTC, original submission:
This appears in
|
Aeh9quu9 <ohnie0ai> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-08-07 | vdhoeven | Category | None | ![]() |
User Interface |
2023-01-26 | pjoyez | Status | None | ![]() |
In Progress |
Powered by Savane 3.12.
Corresponding source code
AFAICT the change in behavior is due to having Qt5 in Debian 11, vs Qt4 in Debian 10.
Indeed, in edit_interface.cpp, line 233 and 243, a reduction of the widow size is applied only if QT_VERSION < 0x050000. If I comment out this test, the window size is OK when choosing "Fit to screen width" while having "Double the zoom factor for TeXmacs documents".
It seems a simple fix, but given I have no Hi-dpi screen I can't assert there are no bad consequnces for people having one.