Fixed macOS build.

This commit is contained in:
23rd 2020-11-13 23:56:30 +03:00 committed by John Preston
parent cd67cb1c62
commit 8845652f77
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ NSSliderTouchBarItem *CreateTouchBarSlider(
touchesMatchingPhase:NSTouchPhaseEnded
inView:nil].count > 0;
Core::Sandbox::Instance().customEnterFromEventLoop([=] {
callback(touchUp, seekBar.doubleValue, *lastDurationMs);
callback(touchUp, seekBar.slider.doubleValue, *lastDurationMs);
});
} copy];