summaryrefslogtreecommitdiff
path: root/wx+/tooltip.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-09-13 13:49:38 -0400
committerB. Stack <bgstack15@gmail.com>2023-09-13 13:49:38 -0400
commit7ed2158034ef5c26eed7fed9aa3c118d79a06fa8 (patch)
tree979e6628193f88d2140e722a3893321904869896 /wx+/tooltip.h
parentadd extra_log.h (diff)
downloadFreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.tar.gz
FreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.tar.bz2
FreeFileSync-7ed2158034ef5c26eed7fed9aa3c118d79a06fa8.zip
add upstream 13.013.0
Diffstat (limited to 'wx+/tooltip.h')
-rw-r--r--wx+/tooltip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/tooltip.h b/wx+/tooltip.h
index b496f36c..e20cb3da 100644
--- a/wx+/tooltip.h
+++ b/wx+/tooltip.h
@@ -28,6 +28,7 @@ private:
TooltipDlgGenerated* tipWindow_ = nullptr;
wxWindow& parent_;
wxImage lastUsedImg_;
+ wxString lastUsedText_; //needed, considering "SetLabelText(textFixed)"
};
}
bgstack15