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)
|
||||
{
|
||||
#if BBL_RELEASE_TO_PUBLIC
|
||||
#ifdef NDEBUG
|
||||
return false;
|
||||
#endif
|
||||
return markdownTip()->ShowTip(pos, tip, tooltip);
|
||||
|
|
Loading…
Reference in New Issue