mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
[tcl/tk] Fix surface mesh size dialog
This commit is contained in:
parent
d67d6bd723
commit
81a577031e
@ -2009,7 +2009,7 @@ proc surfacemeshsizedialog { } {
|
|||||||
frame $w.face -borderwidth 3
|
frame $w.face -borderwidth 3
|
||||||
pack $w.face -fill x -padx 5
|
pack $w.face -fill x -padx 5
|
||||||
ttk::label $w.face.lab -text "face index:"
|
ttk::label $w.face.lab -text "face index:"
|
||||||
ttk::label $w.face.ent -text 1 -padx 4
|
ttk::label $w.face.ent -text 1
|
||||||
ttk::button $w.face.next -text "next" -command {
|
ttk::button $w.face.next -text "next" -command {
|
||||||
set w .surfacemeshsize_dlg;
|
set w .surfacemeshsize_dlg;
|
||||||
set facenr [$w.face.ent cget -text]
|
set facenr [$w.face.ent cget -text]
|
||||||
|
Loading…
Reference in New Issue
Block a user