Skip to content
  • Niels De Graef's avatar
    MainWindow: Rework window state restore · 9c19f676
    Niels De Graef authored
    The current mechanism for restoring the MainWindow state used deprecated
    API and did a lot of unnecessary work (keeping the window state in sync
    on each window resize, rather than doing it only once). This commit
    improves that by not using the deprecated GdkScreen API anymore and by
    only saving the window state on the destroy signal.
    9c19f676