Skip to content

Commit

Permalink
Merge pull request #462 from Autodesk/1213-hide-joint-editor
Browse files Browse the repository at this point in the history
Forgot to push this but it was included in the fusion build

Former-commit-id: f89a78e
  • Loading branch information
MattMoradi authored Aug 21, 2019
2 parents ee35e18 + cbade76 commit 1de0164
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ void EUI::openSensorsPalette(std::string sensors)

void EUI::closeSensorsPalette(std::string sensorsToSave)
{
enableEditorButtons();
sensorsPalette->isVisible(false);

if (sensorsToSave.length() > 0)
Expand Down

0 comments on commit 1de0164

Please sign in to comment.