Skip to content

Make the settings window always on top

This is a workaround for Qt bug: https://bugreports.qt.io/browse/QTBUG-34767 which is the root cause of ParaView issue #17682 (closed). It means that our settings window will float over all other windows, not just the ParaView main window.

I've tested this on all three platforms and it remains usable.

Merge request reports