FIX: temp disable markdown tooltip on release build

Change-Id: Idde9a5127a064c1b6593607bca122eda21cdeee6
This commit is contained in:
chunmao.guo 2022-07-27 14:11:22 +08:00 committed by Lane.Wei
parent cc1fb36a22
commit 46a9df509c
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ MarkdownTip* MarkdownTip::markdownTip(bool create)
bool MarkdownTip::ShowTip(std::string const& tip, std::string const & tooltip, wxPoint pos)
{
#if BBL_RELEASE_TO_PUBLIC
#ifdef NDEBUG
return false;
#endif
return markdownTip()->ShowTip(pos, tip, tooltip);