diff options
-rw-r--r-- | inst/GUI/gmkin.R | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index 74d27c3..0054a72 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -192,9 +192,7 @@ p.switcher <- function(h, ...) { update_f.df()
p.loaded <<- p.cur
project_switched <- TRUE
- p.gtable$set_index(p.cur)
p.modified <<- FALSE
- visible(p.gf) <- FALSE
}
if (p.modified) {
gconfirm("When you switch projects, you loose any unsaved changes. Proceed to switch?",
|