ENH: render mesh_errors notification in red

Change-Id: Ie13524dc27436b9e1c075e5e9e0363cfa1504147
This commit is contained in:
tao.jin 2022-12-16 18:28:55 +08:00 committed by Lane.Wei
parent 88ecb2aa2e
commit c75ca06f01
3 changed files with 30 additions and 3 deletions

View file

@ -488,6 +488,11 @@ private:
std::string m_hypertext;
// Aditional text after hypertext - currently not used
std::string m_text2;
// mark for render operation
size_t pos_start = string::npos;
size_t pos_end = string::npos;
std::string error_start = "<Error>";
std::string error_end = "</Error>";
// inner variables to position notification window, texts and buttons correctly