update dependencies
All checks were successful
continuous-integration/woodpecker the build was successful

* javafx 14.0.2.1 -> 16
* junit 4.12 -> 4.13.2
* commons-io 2.7 -> 2.11.0
* sqlite-jdbc 3.32.3.2 -> 3.36.0.3
* log4j 2.13.3 -> 2.17.0
This commit is contained in:
2021-12-23 12:48:14 +01:00
parent e6f19f5f29
commit ce49804c87
3 changed files with 11 additions and 9 deletions

View File

@ -280,7 +280,7 @@ public class PlayerController {
// start the video
embeddedMediaPlayer.media().play(media.newMediaRef());
embeddedMediaPlayer.controls().skipTime((long) startTime); // skip to the start time
embeddedMediaPlayer.controls().skipTime(startTime); // skip to the start time
}
});
}

View File

@ -82,9 +82,11 @@
* Button *
* *
******************************************************************************/
/* FIXME disabled since buggy */
/*
.jfx-button:hover {
-fx-scale-x: 1.1;
-fx-scale-y: 1.1;
-fx-scale-z: 1.1;
}
*/