diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-04-28 12:25:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-04-28 12:25:03 +0200 |
commit | bfe2ceedb953a1fb1cc6ea2af413cbb391a4a5e2 (patch) | |
tree | c9f10802485fae18b10104f6370109993bdba6c1 /inst | |
parent | 5e1cfd4db37bc7432e6e254956caa9262fecad28 (diff) |
Fix uploading of workspace files
Diffstat (limited to 'inst')
-rw-r--r-- | inst/GUI/gmkin.R | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index a7f303d..422be57 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
|