check/uncheck the overlays menu when you toggle the overlays via some other mechanism

This commit is contained in:
Brad Hefta-Gaub 2016-02-25 08:41:38 -08:00
parent 5828c32041
commit 526f9dc248

View file

@ -110,6 +110,8 @@ void OverlayConductor::setEnabled(bool enabled) {
return;
}
Menu::getInstance()->setIsOptionChecked(MenuOption::Overlays, enabled);
if (_enabled) {
// alpha fadeOut the overlay mesh.
qApp->getApplicationCompositor().fadeOut();