mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
lol
This commit is contained in:
parent
e81de5d805
commit
f4140e51b3
1 changed files with 1 additions and 2 deletions
|
@ -778,8 +778,7 @@ void MDTextArea::updateLabel() {
|
|||
textContent = MDTextArea::translateNewlines(m_text);
|
||||
|
||||
// ery proofing...
|
||||
std::regex colorRe("<c_>");
|
||||
textContent = std::regex_replace(textContent, colorRe, "<c->");
|
||||
textContent = utils::string::replace(textContent, "<c_>", "<c->");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue