disable `Log Y scale` checkbutton in graph dialog box until function is implemented
This commit is contained in:
parent
8383030afa
commit
ecd006ad5d
|
|
@ -1867,7 +1867,7 @@ proc graph_edit_properties {n} {
|
|||
}
|
||||
}
|
||||
|
||||
checkbutton .graphdialog.top3.logy -text {Log Y scale} -variable graph_logy \
|
||||
checkbutton .graphdialog.top3.logy -text {Log Y scale} -variable graph_logy -state disabled \
|
||||
-command {
|
||||
if { [xschem get schname] eq $graph_schname } {
|
||||
xschem setprop rect 2 $graph_selected logy $graph_logy fast
|
||||
|
|
|
|||
Loading…
Reference in New Issue