Change to always show the sensor controls. (#526)

This commit is contained in:
Sam El-Husseini
2018-04-16 11:50:12 -07:00
committed by Peli de Halleux
parent 03add213d9
commit 3c96cfcc0a
9 changed files with 36 additions and 9 deletions

View File

@ -212,6 +212,10 @@ namespace pxsim.visuals {
}
}
public hasClose() {
return true;
}
protected setChangedState() {
this.changed = true;
}