diff options
Diffstat (limited to 'wx+/tooltip.h')
-rw-r--r-- | wx+/tooltip.h | 1 |
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)" }; } |