Skip to content

Do not override previously set closeEvent state

T.J. Corona requested to merge tjcorona/paraview:do-not-override-close into master

ParaView allows plugins to connect to the main window's close() event, allowing them to reject the close event if necessary. This MR fixes a bug where ParaView would then override the decision made by listeners to this event. With this update, ParaView will simply pass the state of the closeEvent through (ParaView still closes when prompted, but it does not override requests to cancel the close event).

Backport: release

Edited by T.J. Corona

Merge request reports