1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Examined double-click issue

Andy McFadden 2021-10-09 13:32:37 -07:00
parent 5b62f1cd94
commit b242acf942

@ -16,6 +16,11 @@ Contents:
work-arounds for common operations like select-all, but saving and
restoring very large selections can take several seconds. For this
reason, selections over 5,000 lines are not restored.
* Sometimes double-clicking on an opcode seems to move you to the wrong place.
What's actually happening is the List View control is registering a phantom
third click, so it scrolls to the correct place and then selects the line
under the mouse cursor. The intended destination will usually be at the top
or bottom of the window.
* Sometimes banging on undo/redo quickly will leave you scrolled to the
bottom of the code list. Possibly due to a command-handling race in WPF.
* Sometimes the program stalls for a bit after updating the application