diff options
author | ribet | 2007-05-24 12:40:14 +0000 |
---|---|---|
committer | ribet | 2007-05-24 12:40:14 +0000 |
commit | 624331f5632af8fb549eeea42f74a872283400a5 (patch) | |
tree | bb28ca259fddd6f9328f07d20ecad613b8a3a296 /doc/manuel_utilisateur.txt | |
parent | f37be14560ef9d1bcef7bf214a61513ca3289442 (diff) | |
download | mtc-624331f5632af8fb549eeea42f74a872283400a5.zip mtc-624331f5632af8fb549eeea42f74a872283400a5.tar.gz mtc-624331f5632af8fb549eeea42f74a872283400a5.tar.bz2 mtc-624331f5632af8fb549eeea42f74a872283400a5.tar.xz |
Correction du clignottement lors du bouclage.
Diffstat (limited to 'doc/manuel_utilisateur.txt')
-rw-r--r-- | doc/manuel_utilisateur.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/manuel_utilisateur.txt b/doc/manuel_utilisateur.txt index 255b705..1db8e8a 100644 --- a/doc/manuel_utilisateur.txt +++ b/doc/manuel_utilisateur.txt @@ -531,9 +531,6 @@ Les fonctions applicables à un objet MPath sont : - stop: arrête l'animation - isRunning : détermine si l'animation est en cours -*** Au moment du "rebouclage" de l'animation, il y a parfois un -clignottement. Voir comment on peut régler ce problème - Exemple d'utilisation : use MTools; use MTools::GUI::MRect; |