Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IG bug related to auto/hard size
When you have an autosizable field, IG would give focus to the hard size input when you clicked on the field label. This had the undesired consequence that the hard sized value would be used in the simulation even if the autosize radio button was still clicked. This is bad and the behavior is just weird. The solution is as easy as removing the correct two lines of code. close #1476
- Loading branch information
6eefb16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop (kbenne) - x86_64-MacOS-10.9-clang: Tests Failed
6eefb16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2160 of 2213 tests passed)
6eefb16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)
6eefb16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed
6eefb16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop (kbenne) - i386-Windows-7-VisualStudio-12: OK (2191 of 2213 tests passed)