diff options
Diffstat (limited to 'wx+/tooltip.cpp')
-rw-r--r-- | wx+/tooltip.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/tooltip.cpp b/wx+/tooltip.cpp index 63a004bd..4a3c571f 100644 --- a/wx+/tooltip.cpp +++ b/wx+/tooltip.cpp @@ -67,7 +67,7 @@ void Tooltip::show(const wxString& text, wxPoint mousePos, const wxImage* img) tipWindow_->bitmapLeft_->SetBitmap(newImg); tipWindow_->Refresh(); //needed if bitmap size changed! } - + if (text != tipWindow_->staticTextMain_->GetLabelText()) { tipWindow_->staticTextMain_->SetLabelText(text); |