fix spurious cursor on jump-to shify+f12
- SHA
f9c65b54403ab6eeac240324d96141146ede56d7- Parents
-
b1c2e03 - Tree
4db31c9
f9c65b5
f9c65b54403ab6eeac240324d96141146ede56d7b1c2e03
4db31c9| Status | File | + | - |
|---|---|---|---|
| M |
src/commands/command_handler_module.f90
|
2 | 0 |
src/commands/command_handler_module.f90modified@@ -1373,6 +1373,8 @@ contains | ||
| 1373 | 1373 | end if |
| 1374 | 1374 | end if |
| 1375 | 1375 | end block |
| 1376 | + ! Sync editor cursor to pane before rendering | |
| 1377 | + call sync_editor_to_pane(editor) | |
| 1376 | 1378 | call hide_references_panel(editor%references_panel) |
| 1377 | 1379 | call render_screen(buffer, editor) |
| 1378 | 1380 | exit |