mirror of
https://github.com/JupiterBroadcasting/CasterSoundboard.git
synced 2025-10-29 19:45:32 +00:00
Fixed cue saving bug
This commit is contained in:
parent
052f71a7df
commit
4608e77e63
@ -695,7 +695,7 @@ void CasterPlayerWidget::dropEvent(QDropEvent *event)
|
||||
if(openFiles(pathList))
|
||||
{
|
||||
event->acceptProposedAction();
|
||||
playSound();
|
||||
//playSound();
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -869,7 +869,7 @@ void CasterPlayerWidget::reloadFromPlayerState()
|
||||
newMediaLoadedFromProfile = true;
|
||||
openFiles(pathList);
|
||||
volumeSlider->setValue(playerState->volume);
|
||||
newMediaLoadedFromProfile = false;
|
||||
player->setPosition(playerState->startTime);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user