summaryrefslogtreecommitdiff
path: root/include/vcl/jsdialog/executor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/jsdialog/executor.hxx')
-rw-r--r--include/vcl/jsdialog/executor.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/jsdialog/executor.hxx b/include/vcl/jsdialog/executor.hxx
index 038b86b30f64..1e2a0806e3e9 100644
--- a/include/vcl/jsdialog/executor.hxx
+++ b/include/vcl/jsdialog/executor.hxx
@@ -40,6 +40,11 @@ public:
{
rDrawingArea.click(rPos);
}
+
+ static void trigger_value_changed(weld::SpinButton& rSpinButton)
+ {
+ rSpinButton.signal_value_changed();
+ }
};
namespace jsdialog