Tooltip toggle tweak for static tooltips

This commit is contained in:
Charles J. Cliffe
2016-02-09 01:48:51 -05:00
parent ee8c17114e
commit d31a628b13
+1
View File
@@ -167,6 +167,7 @@ void InteractiveCanvas::setStatusText(std::string statusText) {
}
} else {
this->SetToolTip("");
lastToolTip = "";
}
}