Skip to content
  • Martin Tobias Holmedahl Sandsmark's avatar
    Fix transparent backgrounds · fca305eb
    Martin Tobias Holmedahl Sandsmark authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    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
    BUG: 366368
    (cherry picked from commit a28902e9)
    fca305eb