Skip to content
Snippets Groups Projects
Commit 6b9e7707 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Store curp/barp in showbuf allowing dynamic windows to work

Before this change, dynamic parent windows wouldn't be redrawn as
active after showbuf() returns.
parent ae008449
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3471 passed
......@@ -2779,6 +2779,9 @@ void showbuf(uifc_winmode_t mode, int left, int top, int width, int height, cons
if(mode&WIN_DYN && mode&WIN_NODRAW)
is_redraw=0;
last_menu_cur=curp;
last_menu_bar=barp;
vmem_gettext(1,1,api->scrn_width,api->scrn_len,tmp_buffer);
if(!is_redraw) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment