Browse Source

Scale canvas with mouse anchor

tags/v1.9.9
Nikita Zlobin Filipe Coelho <falktx@falktx.com> 6 years ago
parent
commit
a1b9a26168
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      resources/ui/carla_host.ui

+ 5
- 1
resources/ui/carla_host.ui View File

@@ -136,7 +136,11 @@
<number>1</number>
</property>
<item row="0" column="1">
<widget class="DraggableGraphicsView" name="graphicsView"/>
<widget class="DraggableGraphicsView" name="graphicsView">
<property name="transformationAnchor">
<enum>QGraphicsView::AnchorUnderMouse</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="DigitalPeakMeter" name="peak_out" native="true"/>


Loading…
Cancel
Save