https://bugs.kde.org/show_bug.cgi?id=460160
--- Comment #9 from Christoph Cullmann <cullm...@kde.org> --- (In reply to popov895 from comment #8) > Your patch fixes this issue for me. But I fixed it much easier, see > https://invent.kde.org/epopov/kate/-/commit/ > ca0e0872905b4481f908042de9216b7aa7fcf72d. That is indeed a good fix for the initial state. I assume that allows to remove the // kwrite doesn't want sidebars, we have no plugins if (KateApp::isKWrite()) { setSidebarsVisibleInternal(false, true); } in the main window code, too? -- You are receiving this mail because: You are watching all bug changes.