Skip to content
Snippets Groups Projects
Commit d223459b authored by tobias's avatar tobias
Browse files

Fixed dnd bug for multiple pages

parent 8f7263d4
Branches
Tags
No related merge requests found
......@@ -76,6 +76,7 @@ public class Page {
public void setPad(int id, Pad pad) {
pads.put(id, pad);
pad.setPage(this.id);
pad.setIndex(id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment