Fixed touch interface bug github issue #682, and fixed upper-left corner menu tap toggle. (#739)

This commit is contained in:
Gene Payne
2018-10-29 08:01:49 -06:00
committed by Alexander Bock
parent b48812a339
commit 568143638d
4 changed files with 33 additions and 1 deletions
+4
View File
@@ -706,5 +706,9 @@ void GUI::renderAndUpdatePropertyVisibility() {
_featuredProperties.setVisibility(_currentVisibility);
}
void GUI::setHidden(bool isHidden) {
_allHidden = isHidden;
}
} // namespace openspace::gui