aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/pd_controls-anchor-fix-0.40-pre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches/pd_controls-anchor-fix-0.40-pre.patch')
-rw-r--r--packages/patches/pd_controls-anchor-fix-0.40-pre.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/patches/pd_controls-anchor-fix-0.40-pre.patch b/packages/patches/pd_controls-anchor-fix-0.40-pre.patch
deleted file mode 100644
index 2aa4e09a..00000000
--- a/packages/patches/pd_controls-anchor-fix-0.40-pre.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- u_main.tk 2006-08-15 18:09:57.000000000 +0200
-+++ u_main.tk 2006-09-04 09:41:46.000000000 +0200
-@@ -140,15 +140,14 @@
- frame .controls.switches
- checkbutton .controls.switches.audiobutton -text {compute audio} \
- -variable ctrls_audio_on \
-- -anchor w \
- -command {pd [concat pd dsp $ctrls_audio_on \;]}
-
- checkbutton .controls.switches.meterbutton -text {peak meters} \
- -variable ctrls_meter_on \
-- -anchor w \
- -command {pd [concat pd meters $ctrls_meter_on \;]}
-
--pack .controls.switches.audiobutton .controls.switches.meterbutton -side top
-+pack .controls.switches.audiobutton .controls.switches.meterbutton \
-+ -side top -anchor w
-
- frame .controls.inout
- frame .controls.inout.in