Bug #3114

Mis à jour par Matthieu Decorde il y a environ 4 ans

The widgets of the properties view do not detected correctly the lost of focus and the annotation properties values are not correctly updated

#3111 may fix this bug

h3. Solution A

Fix the lost focus detection on Windows, of the folowwing scenarios:
* 1) set a property of a Unit 2) click on the save button 3) close&re-open the editor -> the property value is lost
* 1) set a property of a Unit 2) close&re-open the editor -> the property value is lost
* 1) set a property of a Unit 2) click on another property field 3) close&re-open the editor -> the property value is lost
Windows

h3. Solution B

Change the value validation algorithm:
* add OK/Cancel buttons
* update values at any widget value modification
* ...

Retour