Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
global undolevel undolog oper_mode
if {$oper_mode == "edit" && $undolevel > 0} {
+ .menubar.edit entryconfigure "Redo" -state normal
incr undolevel -1
if { $undolevel == 0 } {
.menubar.edit entryconfigure "Undo" -state disabled
proc align2grid {} {
- global sizex sizey grid zoom
+ global sizex sizey grid zoom changed
set node_objects [.c find withtag node]
if { [llength $node_objects] == 0 } {