mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
no border for drawing window
This commit is contained in:
parent
5d1ab6f12c
commit
0f1eade895
@ -40,7 +40,7 @@ if { [Ng_GetToglVersion] == 2 } {
|
|||||||
if { $toglok == 1} {
|
if { $toglok == 1} {
|
||||||
|
|
||||||
#
|
#
|
||||||
pack .ndraw -expand true -fill both -padx 10 -pady 10
|
pack .ndraw -expand true -fill both -padx 0 -pady 0
|
||||||
catch { tkdnd::drop_target register .ndraw DND_Files }
|
catch { tkdnd::drop_target register .ndraw DND_Files }
|
||||||
#
|
#
|
||||||
bind .ndraw <Button-1> {
|
bind .ndraw <Button-1> {
|
||||||
|
Loading…
Reference in New Issue
Block a user