mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Fixed macOS build.
This commit is contained in:
parent
cd67cb1c62
commit
8845652f77
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ NSSliderTouchBarItem *CreateTouchBarSlider(
|
||||||
touchesMatchingPhase:NSTouchPhaseEnded
|
touchesMatchingPhase:NSTouchPhaseEnded
|
||||||
inView:nil].count > 0;
|
inView:nil].count > 0;
|
||||||
Core::Sandbox::Instance().customEnterFromEventLoop([=] {
|
Core::Sandbox::Instance().customEnterFromEventLoop([=] {
|
||||||
callback(touchUp, seekBar.doubleValue, *lastDurationMs);
|
callback(touchUp, seekBar.slider.doubleValue, *lastDurationMs);
|
||||||
});
|
});
|
||||||
} copy];
|
} copy];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue