mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
FIX: temp disable markdown tooltip on release build
Change-Id: Idde9a5127a064c1b6593607bca122eda21cdeee6
This commit is contained in:
parent
cc1fb36a22
commit
46a9df509c
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ MarkdownTip* MarkdownTip::markdownTip(bool create)
|
||||||
|
|
||||||
bool MarkdownTip::ShowTip(std::string const& tip, std::string const & tooltip, wxPoint pos)
|
bool MarkdownTip::ShowTip(std::string const& tip, std::string const & tooltip, wxPoint pos)
|
||||||
{
|
{
|
||||||
#if BBL_RELEASE_TO_PUBLIC
|
#ifdef NDEBUG
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
return markdownTip()->ShowTip(pos, tip, tooltip);
|
return markdownTip()->ShowTip(pos, tip, tooltip);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue