mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Move some style code to lib_ui.
This commit is contained in:
@@ -1075,7 +1075,7 @@ void InnerWidget::checkReorderPinnedStart(QPoint localPosition) {
|
||||
if (!_pressed || _dragging || _state != WidgetState::Default) {
|
||||
return;
|
||||
} else if (qAbs(localPosition.y() - _dragStart.y())
|
||||
< ConvertScale(kStartReorderThreshold)) {
|
||||
< style::ConvertScale(kStartReorderThreshold)) {
|
||||
return;
|
||||
}
|
||||
_dragging = _pressed;
|
||||
|
Reference in New Issue
Block a user