Quoth BALATON Zoltan,
The window of Deadbeef (with the gtk3 UI plugin in case it matters) is now drifting upwards by about the size of its window decoration whenever it's mapped (when it is first opened or after being closed and reopened by clicking on the tray icon).
I can reproduce that.
The app seems to save its window positions (gtk_window_get_position, gtk_window_get_size) and tries to restore them before showing the window via gtk_window_move and gtk_window_resize (or gtk_window_maximize if it was maximised).
Good observation. Let me look into it. -- To unsubscribe, send mail to [email protected].
