mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: temp disable markdown tooltip on release to public
Change-Id: I6f37b9176aaec6f0d7d3ccc6aa60c5a829729fd5
This commit is contained in:
parent
1705f3d5b7
commit
18920df354
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ MarkdownTip* MarkdownTip::markdownTip(bool create)
|
|||
|
||||
bool MarkdownTip::ShowTip(std::string const& tip, std::string const & tooltip, wxPoint pos)
|
||||
{
|
||||
#if BBL_RELEASE_TO_PUBLIC
|
||||
return false;
|
||||
#endif
|
||||
return markdownTip()->ShowTip(pos, tip, tooltip);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue