Skip to content

Commit

Permalink
Fix infinite message loop on "Insert HTML/XML Tag" dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Oct 14, 2019
1 parent 9ac982d commit d9b2224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -6072,7 +6072,7 @@ static INT_PTR CALLBACK EditInsertTagDlgProc(HWND hwnd, UINT umsg, WPARAM wParam
}

if (bClear) {
SetDlgItemText(hwnd, IDC_MODIFY_LINE_PREFIX, L"");
SetDlgItemText(hwnd, IDC_MODIFY_LINE_APPEND, L"");
}
DString_Free(&wszOpen);
}
Expand Down

0 comments on commit d9b2224

Please sign in to comment.