diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-06 16:41:53 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-06 16:41:53 -0500 |
commit | f6b6d222dc1a79c95f6756c707c5fcc3a785c030 (patch) | |
tree | 374c62790fde0ce5514ef56750d0ff023d61b528 /wx+/tooltip.cpp | |
parent | add upstream 11.16 (diff) | |
download | FreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.tar.gz FreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.tar.bz2 FreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.zip |
add upstream 11.17
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); |