Skip to content

Known Issues

sunderme edited this page Jan 7, 2025 · 7 revisions

TeXstudio 4.8.6

OSX

  • The dock widget can't scroll when too many docks are present
    • see issue

    • txs automatically falls back to Fusion style if the screen height is <= 900 pixel

    • to avoid the fallback, you can add a key in texstudio.ini

         [texmaker]
         Editor\Disable_OSX_DockFallback=true
      
    • 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/...)

win

  • 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
Clone this wiki locally