Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I'm not sure if this is a bug or intended behavior, but when you duplicate patterns which are not in a linear order using ctrl click drag in the frame editor, the pasted patterns end up in a way differing from the original patterns.
Example:
2 2 2 2 2
1 1 1 1 1
3 3 3 3 3
4 4 4 4 4
Select the four of them, ctrl click and drag them to the bottom to duplicate the patterns.
You end up with
5 5 5 5 5
6 6 6 6 6
7 7 7 7 7
8 8 8 8 8
Which corresponds to patterns 1, 2, 3, 4, meaning that what you selected originally isn't what you get...
This gets even more troublesome with "holes" in the frame editor and quickly makes ctrl duplicating patterns unpredictable.