update dependencies
All checks were successful
continuous-integration/woodpecker the build was successful
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:
@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user