diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-12-09 17:10:54 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-12-09 17:10:54 +0100 | 
| commit | d53d967e9734ef3939966933bda39a7d4ad615cc (patch) | |
| tree | 729b4e2ef04dede871fee80cf85fb400bd50be4f /inst | |
| parent | 111451cce31bb3a6e637b18986363727fce44a43 (diff) | |
Make unchecking pathways to sink persistentv0.6.4
Closes #4. This got lost with the GUI overhaul for v0.6.x
Diffstat (limited to 'inst')
| -rw-r--r-- | inst/GUI/gmkin.R | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index b58f2e7..ef60139 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -931,6 +931,7 @@ show_m_spec <- function() {      # Set R and Ext values separately, as multiple selections are not supported
      svalue(m.e.to[[obs.i]]) <<- obs.to_string_R
      m.e.to[[obs.i]]$call_Ext("select", String(obs.to_string_JS))
 +    svalue(m.e.sink[[obs.i]]) <<- m.cur$spec[[obs.i]]$sink
    }
  }
  show_m_spec()
  | 
