aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-04-28 12:25:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-04-28 12:25:03 +0200
commitbfe2ceedb953a1fb1cc6ea2af413cbb391a4a5e2 (patch)
treec9f10802485fae18b10104f6370109993bdba6c1 /inst
parent5e1cfd4db37bc7432e6e254956caa9262fecad28 (diff)
Fix uploading of workspace files
Diffstat (limited to 'inst')
-rw-r--r--inst/GUI/gmkin.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R
index a7f303d7..422be574 100644
--- a/inst/GUI/gmkin.R
+++ b/inst/GUI/gmkin.R
@@ -170,6 +170,9 @@ upload_file_handler <- function(h, ...)
ftmp <<- f[[f.cur]]
stmp <<- s[[f.cur]]
ds.i <<- ds.cur
+ delete(f.gg.plotopts, f.gg.po.obssel)
+ f.gg.po.obssel <<- gcheckboxgroup(names(ftmp$mkinmod$spec), cont = f.gg.plotopts,
+ checked = TRUE)
update_plotting_and_fitting()
} else {
f.df <<- f.df.empty

Contact - Imprint