https://bugs.kde.org/show_bug.cgi?id=366368

Martin Sandsmark <martin.sandsm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kons
                   |                            |ole/a28902e9120798c67844864
                   |                            |a11bbe3f1c2549b74

--- Comment #2 from Martin Sandsmark <martin.sandsm...@kde.org> ---
Git commit a28902e9120798c67844864a11bbe3f1c2549b74 by Martin T. H. Sandsmark.
Committed on 13/08/2016 at 18:33.
Pushed by sandsmark into branch 'master'.

Fix transparent backgrounds

It's apparently not possible to set WA_TranslucentBackground after
show(). The MainWindow constructor calls applyKonsoleSettings() which
calls KMainWindow::setAutoSaveSettings() which in turn calls
setVisible(true), which makes any calls to setTransparency() from the
Application::newMainWindow() irrelevant, even if updateUseTransparency()
is called from it.

REVIEW: 128669

M  +3    -1    src/Application.cpp
M  +5    -10   src/MainWindow.cpp
M  +0    -2    src/MainWindow.h

http://commits.kde.org/konsole/a28902e9120798c67844864a11bbe3f1c2549b74

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to