Skip to content
Snippets Groups Projects
Commit b4241c94 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

visual stuff

parent 92ec2490
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,8 @@ define(['jquery', 'underscore', 'backbone', 'fileSaver', 'navViewMenu', 'appStat ...@@ -65,6 +65,8 @@ define(['jquery', 'underscore', 'backbone', 'fileSaver', 'navViewMenu', 'appStat
_updateNavSelectionUI: function(){ _updateNavSelectionUI: function(){
this._deselectAllNavItems(); this._deselectAllNavItems();
var navSelection = this.model.get("currentNav"); var navSelection = this.model.get("currentNav");
if (navSelection == "electronicNavSim" || navSelection == "mechanicalNavSim") navSelection = "navSim";
if (navSelection == "navComposite" || navSelection == "navMaterial") navSelection = "navDesign";
_.each($(".menuHoverControls"), function(link){ _.each($(".menuHoverControls"), function(link){
var $link = $(link); var $link = $(link);
if ($link.data("menuId") == navSelection) $link.parent().addClass("open");//highlight if ($link.data("menuId") == navSelection) $link.parent().addClass("open");//highlight
......
...@@ -10,4 +10,6 @@ hierarchical ...@@ -10,4 +10,6 @@ hierarchical
- change bounding box - change bounding box
- placement ui 3D - placement ui 3D
material transformations -> change material of a cell, change in bulk
rendering callbacks rendering callbacks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment