Skip to content
Snippets Groups Projects
Commit 50c40c31 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fix wrong implementation of highlightView method in touch layout

parent e032f465
No related branches found
No related tags found
No related merge requests found
package de.tobias.playpad.layout.touch.pad;
import de.thecodelabs.logger.Logger;
import de.thecodelabs.utils.ui.animation.PulseTranslation;
import de.thecodelabs.utils.ui.icon.FontAwesomeType;
import de.thecodelabs.utils.ui.icon.FontIcon;
import de.thecodelabs.utils.ui.scene.BusyView;
......@@ -242,7 +243,8 @@ public class TouchPadView implements IPadView {
@Override
public void highlightView(int milliSeconds) {
cueInLayer.setPrefWidth(root.getWidth() * milliSeconds);
PulseTranslation pulseTranslation = new PulseTranslation(superRoot, null, 0.1);
pulseTranslation.play();
}
void clearIndex() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment