Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thanoulis committed Nov 11, 2020
1 parent f275711 commit 046f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqemu
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ proc dragNode {W x y X Y } {
set nodetext [$W item $node -text]
toplevel .dnd
tk::label .dnd.node -relief raised -padx 5 -pady 5 \
-bg "white" -text $nodetext
-background "white" -text $nodetext
pack .dnd.node -in .dnd -expand true -fill both
wm resizable .dnd 0 0
wm geometry .dnd "+${X}+${Y}"
Expand Down

0 comments on commit 046f733

Please sign in to comment.