Skip to content

Commit 04366f1

Browse files
committed
Updated mouse cusors
1 parent 97677a0 commit 04366f1

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

res/main/ui/plugins/sampling/multiple.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
expand="true"
9696
id="sf${idx}"
9797
activity="(:sets ine 3) or (:fs${idx} ine 0)"
98+
pointer="((:sets ine 3) or (:fs${idx} ine 0)) ? 'hand' : 'arrow'"
9899
mesh_id="fd${idx}"
99100
path.id="_ui_dlg_sample_path"
100101
ftype.id="_ui_dlg_sample_ftype"
@@ -158,6 +159,7 @@
158159
break.enabled=":eb${idx}"
159160
visibility=":ee${idx}"
160161
editable=":ee${idx} and (:sets eq 3)"
162+
pointer="(:ee${idx} and (:sets eq 3)) ? 'drag' : 'arrow'"
161163
wire=":sets eq 3"/>
162164

163165
</asample>

res/main/ui/plugins/sampling/single/mono.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
expand="true"
5656
id="sf${idx}"
5757
activity="(:sets ine 3) or (:fs${idx} ine 0)"
58+
pointer="((:sets ine 3) or (:fs${idx} ine 0)) ? 'hand' : 'arrow'"
5859
mesh_id="fd${idx}"
5960
path.id="_ui_dlg_sample_path"
6061
ftype.id="_ui_dlg_sample_ftype"
@@ -117,6 +118,7 @@
117118
break.enabled=":eb${idx}"
118119
visibility=":ee${idx}"
119120
editable=":ee${idx} and (:sets eq 3)"
121+
pointer="(:ee${idx} and (:sets eq 3)) ? 'drag' : 'arrow'"
120122
wire=":sets eq 3"/>
121123
</asample>
122124

res/main/ui/plugins/sampling/single/stereo.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
expand="true"
5656
id="sf${idx}"
5757
activity="(:sets ine 3) or (:fs${idx} ine 0)"
58+
pointer="((:sets ine 3) or (:fs${idx} ine 0)) ? 'hand' : 'arrow'"
5859
mesh_id="fd${idx}"
5960
path.id="_ui_dlg_sample_path"
6061
ftype.id="_ui_dlg_sample_ftype"
@@ -118,6 +119,7 @@
118119
break.enabled=":eb${idx}"
119120
visibility=":ee${idx}"
120121
editable=":ee${idx} and (:sets eq 3)"
122+
pointer="(:ee${idx} and (:sets eq 3)) ? 'drag' : 'arrow'"
121123
wire=":sets eq 3"/>
122124

123125
</asample>

0 commit comments

Comments
 (0)