Skip to content

network: Ensure we pick-up the latest numeric values for Wireguard settings

Lukáš Tyrychtr requested to merge tyrylu/gnome-control-center:fix_2687 into main

The SpinBox value returned by get_value and friends gets definitely updated only when the control loses focus. That is unfortunately too late for the validation machinery, so force the updates at the right time.

Merge request reports