From 3fff17bc672de1a6d19a58ea089634561a120516 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Mon, 13 Jan 2014 15:06:59 +0000 Subject: [PATCH] PV4FoamReader: Reinstated GUI update check box --- .../PV4FoamReader/PV4FoamReader_SM.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/PV4FoamReader/PV4FoamReader_SM.xml b/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/PV4FoamReader/PV4FoamReader_SM.xml index d2856ad46d3..44daa3dcb94 100644 --- a/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/PV4FoamReader/PV4FoamReader_SM.xml +++ b/applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/PV4FoamReader/PV4FoamReader_SM.xml @@ -167,6 +167,19 @@ </Documentation> </IntVectorProperty> + <!-- Force GUI update check box --> + <IntVectorProperty + name="UpdateGUI" + command="SetUpdateGUI" + number_of_elements="1" + default_values="0" + animateable="0"> + <BooleanDomain name="bool"/> + <Documentation> + A simple way to cause a reader GUI modification. + </Documentation> + </IntVectorProperty> + <!-- | Selections --> -- GitLab