Duplicate line works strange
Visual BasicDim saveCursor As Cursor = Cursor.Current
Cursor.Current = saveCursor
Cursor.Current = Cursors.WaitCursor
First line and third line works fine, but the second line duplicates strange way
This is the result of duplicate line for each line of code:
Visual BasicDim saveCursor As Cursor = Cursor.Current
Dim saveCursor As Cursor = Cursor.Current
Cursor.Current = saveCursorCursor Cursor.Current = saveCursor
Cursor.Current = Cursors.WaitCursor
Cursor.Current = Cursors.WaitCursor
See screencast : https://www.screencast.com/t/iMDqYaHLmCd
Hi Robert,
Thank you for pointing out this issue and providing code sample. I have reproduced this incorrect behavior of the Smart Duplicate feature on my side. We are working on it and will notify you of our progress.