rnd-19990110-2
[rocksndiamonds.git] / src / buttons.c
index c8a380ff16752ba3f5d3af424249f62eda3b220d..bd8a1120c27e84a05ad82b9698fc324e5ff4ce25 100644 (file)
@@ -2125,7 +2125,7 @@ void HandleGadgets(int mx, int my, int button)
 
   /* handle gadget popup info text */
   if (last_info_gi != new_gi ||
-      (new_gi && new_gi->type == GD_TYPE_DRAWING_AREA))
+      (new_gi && new_gi->type == GD_TYPE_DRAWING_AREA && changed_position))
   {
     last_info_gi = new_gi;