disable `Log Y scale` checkbutton in graph dialog box until function is implemented

This commit is contained in:
Stefan Frederik 2022-08-05 19:29:08 +02:00
parent 8383030afa
commit ecd006ad5d
1 changed files with 1 additions and 1 deletions

View File

@ -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