mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-07 10:18:58 +08:00
FIX: temp disable markdown tooltip on release build
Change-Id: Idde9a5127a064c1b6593607bca122eda21cdeee6
This commit is contained in:
parent
cc1fb36a22
commit
46a9df509c
@ -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…
x
Reference in New Issue
Block a user