aboutsummaryrefslogtreecommitdiff
path: root/popup/README.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2005-01-17 21:06:59 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2005-01-17 21:06:59 +0000
commit1b7fcbf7a422a0f3aae73459e2325d70a0cd4c38 (patch)
treee3caa236b769da2c513b7ba90943c2aa4ad01200 /popup/README.txt
parent1fbecba9804f410120a74e5658b6553959ba2b44 (diff)
Fixed resetting name on shade/minimize/desktop switch.
svn path=/trunk/externals/bbogart/; revision=2514
Diffstat (limited to 'popup/README.txt')
-rw-r--r--popup/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/popup/README.txt b/popup/README.txt
index 4ad81ed..338eb86 100644
--- a/popup/README.txt
+++ b/popup/README.txt
@@ -39,9 +39,8 @@ Methods:
BUGS:
- Do not use a loadbang to set a patch-default value. Will cause a segfault.
The left outlet will send a "bang" message when we're ready to set values,
- see example patch on how to use this to set a default value.
-
-- If you change virtual desktops or "shade" the patcher window the selection
- visible on the popup will be reset to the popup-name.
+ see example patch on how to use this to set a default value. Unfortunatly
+ this bang message is actually set on un-minimization and un-shading as
+ well as on load.
Have Fun.