mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
d92f6e6226
Replace the inline orbit/pan/wheel math in ViewportWindow's mouse handlers with calls to ViewportCore::orbitBy / panBy / dollyBy. The core methods request the frame (via the host), so the now-redundant requestUpdate() calls drop out; the pivot-indicator afterglow and 3px drag-promotion stay in the Qt layer where they belong. Behaviour is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>