Commit b9480a8
committed
Improve behaviour of nuclide name enter on "Reference Photopeak" tab.
May be solution for issue #19 - but not checked on Linux/Windows yet.
Fixed if you type a nuclide in fast and hit enter, the first item in suggested list would be entered (before it was updated from the C++), instead of what you typed.
Fix erroneous error message when clicking on a suggestion from the list (the error message would say what you had typed so far was an invalid nuclide)
Hopefully fixed special character handling - like the "(" not entering sometimes when trying to add a reaction.
Fix selection not being visible when you use arrow to go down past visible list (when scrollbar is present).
Improve handling width of suggestion popup - hopefully.1 parent 03a34ca commit b9480a8
File tree
4 files changed
+693
-14
lines changed- InterSpec_resources
- InterSpec
- src
4 files changed
+693
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
116 | 130 | | |
117 | 131 | | |
118 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1698 | 1698 | | |
1699 | 1699 | | |
1700 | 1700 | | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
0 commit comments