(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:
@@ -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
|
||||
}};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user