mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed macOS build.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user