update onetcl.cpp

This commit is contained in:
Joachim Schöberl 2019-09-04 00:21:19 +02:00
parent 63e6147969
commit 54193f7704

View File

@ -3335,7 +3335,7 @@ const char * ngscript[] = {""
,"}\n" ,"}\n"
,"}\n" ,"}\n"
,"if { $toglok == 1} {\n" ,"if { $toglok == 1} {\n"
,"pack .ndraw -expand true -fill both -padx 10 -pady 10\n" ,"pack .ndraw -expand true -fill both -padx 0 -pady 0\n"
,"catch { tkdnd::drop_target register .ndraw DND_Files }\n" ,"catch { tkdnd::drop_target register .ndraw DND_Files }\n"
,"bind .ndraw <Button-1> {\n" ,"bind .ndraw <Button-1> {\n"
,"set oldmousex %x; set oldmousey %y;\n" ,"set oldmousex %x; set oldmousey %y;\n"