(svn r1624) -Fix: [1106930] BugFix: placing signals with 2x1 drags is treated as placing a single signal thus providing an easy fix for a nasty problem.

This commit is contained in:
darkvater
2005-01-23 20:40:49 +00:00
parent 3d2764b29e
commit 7ba0a0d95c
2 changed files with 32 additions and 35 deletions

View File

@@ -520,10 +520,10 @@ static const struct {
0, 16, 0, 16, 0, 16, 0, 0,
0, -16, -16, 0,-16, 0, 0, 0,
},{
5, 1, 0,4, // normal
2, 1, 8,3, // x > sx
10, 9, 0,11, // y > sy
13, 9, 8,12, // x > sx && y > sy
5, 1, 0, 4, // normal
2, 1, 8|0, 3, // x > sx
8|2, 8|1, 0, 8|3, // y > sy
8|5, 8|1, 8|0, 8|4, // x > sx && y > sy
}};