Ignore:
Timestamp:
May 28, 2015, 5:14:40 PM (9 years ago)
Author:
ldelgass
Message:

Add outline color to AdjustSettings? (sync with trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/scripts/nanovisviewer.tcl

    r5564 r5623  
    12911291            }
    12921292        }
     1293        "-outlinecolor" {
     1294            set rgb [Color2RGB $_settings($what)]
     1295            SendCmd "volume outline color $rgb"
     1296        }
    12931297        "-outlinevisible" {
    12941298            SendCmd "volume outline state $_settings($what)"
Note: See TracChangeset for help on using the changeset viewer.