mirror of https://github.com/odrling/Aegisub
Fix endless recursion between SubsTextEditCtrl::UpdateCallTip and UpdateStyle
Originally committed to SVN as r5730.
This commit is contained in:
parent
557e61722b
commit
a3d9deddb9
|
@ -415,8 +415,6 @@ void SubsTextEditCtrl::UpdateStyle() {
|
|||
}
|
||||
SetStyling(range_len, style);
|
||||
StyleSpellCheck();
|
||||
wxStyledTextEvent evt;
|
||||
UpdateCallTip(evt);
|
||||
}
|
||||
|
||||
/// @brief Update call tip
|
||||
|
|
Loading…
Reference in New Issue