hi Miller,
please add
-highlightthickness 1 \
after line 661 of the pd.tk file. This will stop windows users getting their patch windows grow with every save.
Alternatively, try
#ifdef MSW #define HORIZBORDER 4 #define VERTBORDER 4
in g_canvas.c (not tested, though, since I prefer the former, more general way).
This is plain simple --
when I send "query .^.c config -highlightthickness" to a [tot .], on linux I get
-highlightthickness highlightThickness HighlightThickness 1 1
while on windows it is
-highlightthickness highlightThickness HighlightThickness 2 2
Krzysztof