Skip to content

Commit

Permalink
Add editor button toggle on sensors palette open.
Browse files Browse the repository at this point in the history
Former-commit-id: 70e13c6
  • Loading branch information
liamjwang committed Aug 21, 2019
1 parent f3d846e commit cbade76
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 cbade76

Please sign in to comment.