nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
https://docs.nefarius.at/projects/DsHidMini/
BSD 3-Clause "New" or "Revised" License
1.2k stars 53 forks source link

Wpfui numberbox workaround #376

Closed Kanuan closed 2 months ago

Kanuan commented 2 months ago

Related to https://github.com/lepoco/wpfui/issues/945

NumberBox requires losing focus twice to properly update the associated property when the value is changed by typing it instead of using the Up/Down buttons.

A workaround was applied until the issue is not properly fixed. It requires changing the UpdateSourceTrigger to PropertyChanged of the Value atribute binding