mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: render mesh_errors notification in red
Change-Id: Ie13524dc27436b9e1c075e5e9e0363cfa1504147
This commit is contained in:
parent
88ecb2aa2e
commit
c75ca06f01
3 changed files with 30 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue