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

HOT FIX: Fixed Compiler Errors

parent 711500af
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ public class DesktopPadViewController implements IPadViewControllerV2, EventHand ...@@ -113,7 +113,7 @@ public class DesktopPadViewController implements IPadViewControllerV2, EventHand
e.printStackTrace(); e.printStackTrace();
} }
padView.applyStyleClasses(); padView.applyStyleClasses(pad.getIndex());
padView.setContentView(pad); padView.setContentView(pad);
} }
......
...@@ -94,7 +94,7 @@ public class TouchPadViewController implements IPadViewControllerV2, EventHandle ...@@ -94,7 +94,7 @@ public class TouchPadViewController implements IPadViewControllerV2, EventHandle
e.printStackTrace(); e.printStackTrace();
} }
padView.applyStyleClasses(); padView.applyStyleClasses(pad.getIndex());
padView.setContentView(pad); padView.setContentView(pad);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment