SUMMARY If you activate Symmetry (X or Y) the line is always hidden and activating/deactivating the hide symmetry line does not change this. STEPS TO REPRODUCE 1. Open Krita Beta 5.2.0 Beta 2 2. Create a new document. 3. Select brush 4. Activate Symmetry either X or Y or both. OBSERVED RESULT Observe the issue: The symmetry line is not shown including the manipulater is missing for moving the symmetry line. EXPECTED RESULT You should see the symmetry line and handing ui if you do not have it hidden. SOFTWARE/OS VERSIONS Windows: 11 lates version macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION Running on Surface Laptop Studio with both Intel and Geforce GPU. Latest drivers and Windows. Running on the Dark Orange contrast Theme but it happens with any theme. Slightly customized UI but no plugins or anything installed beside custom brushes.
I cannot reproduce this on nightly. Are you sure you haven't toggled the option to hide the symmetry line in the dropdown menu? If that is the case, please provide the text in "Help" -> "Show system information for bug reports".
I managed to reproduce this with Intel graphics on Windows and renderer set to OpenGL. This is indeed caused by some code changes between 5.1 and 5.2 and will probably be fixed soon™. Regardless, we do not recommend using the OpenGL renderer with Intel graphics so I strongly recommend you to either change the renderer to ANGLE, or to ensure that Krita always runs with Nvidia GPU since you have one (should be configurable from Windows settings). (For tracking, probably caused by https://invent.kde.org/graphics/krita/-/merge_requests/1726)
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1925
Git commit a2eeadeee6b033496acaca22b9f70ef0f7f87e6e by Dmitry Kazakov, on behalf of Alvin Wong. Committed on 30/08/2023 at 13:55. Pushed by dkazakov into branch 'krita/5.2'. OpenGL: Request DeprecatedFunctions on Windows to fix Intel driver Some parts of Qt seems to require deprecated functions. On Windows with the Intel Graphics driver, things like canvas decorations and the Touch Docker does not render without this option. It was previously removed in 2aef884127 (MR !1726). M +6 -0 libs/ui/opengl/kis_opengl.cpp https://invent.kde.org/graphics/krita/-/commit/a2eeadeee6b033496acaca22b9f70ef0f7f87e6e
Git commit 8a8f6962a1b583186a2585954db40b226feb8487 by Dmitry Kazakov, on behalf of Alvin Wong. Committed on 30/08/2023 at 13:57. Pushed by dkazakov into branch 'master'. OpenGL: Request DeprecatedFunctions on Windows to fix Intel driver Some parts of Qt seems to require deprecated functions. On Windows with the Intel Graphics driver, things like canvas decorations and the Touch Docker does not render without this option. It was previously removed in 2aef884127 (MR !1726). M +6 -0 libs/ui/opengl/kis_opengl.cpp https://invent.kde.org/graphics/krita/-/commit/8a8f6962a1b583186a2585954db40b226feb8487
(In reply to Alvin Wong from comment #2) > I managed to reproduce this with Intel graphics on Windows and renderer set > to OpenGL. This is indeed caused by some code changes between 5.1 and 5.2 > and will probably be fixed soon™. > > Regardless, we do not recommend using the OpenGL renderer with Intel > graphics so I strongly recommend you to either change the renderer to ANGLE, > or to ensure that Krita always runs with Nvidia GPU since you have one > (should be configurable from Windows settings). > > (For tracking, probably caused by > https://invent.kde.org/graphics/krita/-/merge_requests/1726) I can confirm that I was running OpenGL for some reasons... (Might be some testing I was doing back a while ago) If I switch to DX it works as intended on my system.