]> git.mxchange.org Git - flightgear.git/commit
<input> elements that are <live> always update their input field from the
authormfranz <mfranz>
Mon, 3 Apr 2006 15:00:33 +0000 (15:00 +0000)
committermfranz <mfranz>
Mon, 3 Apr 2006 15:00:33 +0000 (15:00 +0000)
commit86d606f87a72754a70174cda7e941e2c25484d9d
treec3d61ac15228d9601351e1e83b1168ff0c43ef93
parent23e2efd5e388a04d01fbd30c05f4013dea61b335
<input> elements that are <live> always update their input field from the
<property>, except if they are activated, in which case the user input
should, of course, not get overwritten. But if such an input was active and
the user selected a different widget, then its contents were dropped.
Fix that by setting the "DownCallback" for live input fields.
src/GUI/dialog.cxx