Opened 4 years ago
Closed 4 years ago
#135 closed defect (fixed)
Keyboard entry regression
Reported by: | Owned by: | Thomas Bernard | |
---|---|---|---|
Priority: | major | Milestone: | 2.7 |
Component: | GrafX2 | Version: | 2.7 |
Keywords: | Cc: |
Description
Commit 72d87c0d2a17b220c40faa067fac70b7193a6573 introduced a regression for me (using linux, SDL2) where two duplicate characters are registered instead of one. To test, go to the Text tool and enter some text. I've had success fixing this by reintroducing the eliminated #ifdef test. I do not know if this breaks whatever the regressing commit is attempting to do:
Change History (5)
comment:1 by , 4 years ago
Milestone: | → 2.7 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
comment:3 by , 4 years ago
https://gitlab.com/GrafX2/grafX2/merge_requests/218
@nsoudee@… :
please test my branch https://gitlab.com/miniupnp/grafX2/tree/issue_135
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
yes indeed...