diff --git a/src/framework/ui/uiwidget.cpp b/src/framework/ui/uiwidget.cpp index 8426ce1058..c543f0f2a6 100644 --- a/src/framework/ui/uiwidget.cpp +++ b/src/framework/ui/uiwidget.cpp @@ -1903,7 +1903,7 @@ void UIWidget::move(int x, int y) { self->m_rect = {}; // force update self->setRect(rect); self->setProp(PropUpdatingMove, false); - }, 30); + }, 13); } m_rect = { x, y, getSize() }; @@ -1920,4 +1920,4 @@ void UIWidget::setShader(const std::string_view name) { }); } -void UIWidget::repaint() { g_app.repaint(); } \ No newline at end of file +void UIWidget::repaint() { g_app.repaint(); }