mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-02-05 22:37:34 +00:00
demos/scale.ui: Allow subsample_bits to be 0
The separable convolution filter supports a subsample_bits of 0 which corresponds to no subsampling at all, so allow this value to be used in the scale demo.
This commit is contained in:
parent
58a79dfe6d
commit
9899a7bae8
@ -24,7 +24,7 @@
|
||||
<property name="page_size">10</property>
|
||||
</object>
|
||||
<object class="GtkAdjustment" id="subsample_adjustment">
|
||||
<property name="lower">1</property>
|
||||
<property name="lower">0</property>
|
||||
<property name="upper">12</property>
|
||||
<property name="step_increment">1</property>
|
||||
<property name="page_increment">1</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user