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

Kurt Hindenburg <kurt.hindenb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
                   |ole/a28902e9120798c67844864 |ole/fca305ebffd331701b59e68
                   |a11bbe3f1c2549b74           |ab446db9618987b6f

--- Comment #3 from Kurt Hindenburg <kurt.hindenb...@gmail.com> ---
Git commit fca305ebffd331701b59e68ab446db9618987b6f by Kurt Hindenburg, on
behalf of Martin T. H. Sandsmark.
Committed on 13/08/2016 at 20:06.
Pushed by hindenburg into branch 'Applications/16.08'.

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
(cherry picked from commit a28902e9120798c67844864a11bbe3f1c2549b74)

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

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

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

Reply via email to