goxr3plus / XR3Player

🎧 🎼 The MOST ADVANCED JavaFX Media Player
https://xr3player.netlify.com/
GNU Lesser General Public License v3.0
725 stars 176 forks source link

Update MediaTableViewer.java #68

Open HelgeStenstrom opened 4 years ago

HelgeStenstrom commented 4 years ago

key.isControlDown() is always true at this point. Replace with true.

goxr3plus commented 4 years ago

I checked this pull request today .... i don't see what it is always true ... : )

HelgeStenstrom commented 4 years ago

It's true because of line 835. else if (key.isControlDown()) { // Short Cuts

goxr3plus commented 3 years ago

@HelgeStenstrom

Have you tested this :) ?