Skip to content

Commit 2b3e7f3

Browse files
authored
Update digestR.R
Modification zoom function
1 parent cbdb75f commit 2b3e7f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/digestR.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -13341,11 +13341,11 @@ zoom <- function(){
1334113341
##add widgets to rightFrame
1334213342
tkgrid(rightFrame, column=2, row=1)
1334313343
tkgrid(ffButton, column=1, row=1, pady=c(4, 2), padx=2)
13344-
tkgrid(pzButton, column=2, row=1, pady=c(4, 2))
13344+
#tkgrid(pzButton, column=2, row=1, pady=c(4, 2))
1334513345
tkgrid(zcButton, column=1, row=2, pady=2, padx=2)
13346-
tkgrid(zpButton, column=2, row=2, pady=2)
13346+
#tkgrid(zpButton, column=2, row=2, pady=2)
1334713347
tkgrid(zzButton, column=1, row=3, pady=2, padx=2)
13348-
tkgrid(locButton, column=2, row=3, pady=2)
13348+
tkgrid(locButton, column=2, row=2, pady=2)
1334913349
tkbind(dlg, '<Return>', function(...) tryCatch(tkinvoke(tkfocus()),
1335013350
error=function(er){}))
1335113351

0 commit comments

Comments
 (0)