broulik added inline comments.

INLINE COMMENTS

> dialog.cpp:1371
> +        // Bug 381242: Qt remembers minimize state and re-applies it when 
> showing
> +        setWindowStates(windowStates() & ~Qt::WindowMinimized);
> +#endif

We don't know the previous state of the window with `windowState` (singular, 
pre-5.10 API) so we cannot restore a full screen or maximized state. Not sure 
if that is a usecase, though. Anyway, this new API lets us just unset a 
particular state.

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D12876

To: broulik, #plasma
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to