-
Notifications
You must be signed in to change notification settings - Fork 345
Known Issues
sunderme edited this page Aug 12, 2024
·
6 revisions
- The dock widget can't scroll when too many docks are present
- see issue
- work-around:
- change option/general/style to fusion (mainly if the screen is small, no necessary for larger screens)
- execute menu: view/show/reset sidepanel
- double click on window title bar for window resize
- reduce number of visible docks (menu view/show/...)
- it maybe necessary to explicit call options/save current settings
- docks can be hidden (menu view/show/...)
- menu may show black text on black background when win darkmode is active and txs ignores system colors (non-default)
- see issue
- this is a qt6.7.1 issue
- workaround: set options/general/style -> windows or fusion
- solution: hopefully fixed in next qt version
- prefer previous visual style
- see issue
- set options/general/style -> windows or fusion
- Qt Platform plugin could not be initialized
-
QT_PLUGIN_PATH
environment variable is probably set wrongly, see https://github.com/texstudio-org/texstudio/issues/3755
-