patch 8.2.2832: operator cancelled by moving mouse when using popup

Problem:    Operator cancelled by moving mouse when using popup. (Sergey
            Vlasov)
Solution:   Do not trigger an operator for a mouse move events. (closes #8176)
diff --git a/src/version.c b/src/version.c
index d9868ef..c28a39c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2832,
+/**/
     2831,
 /**/
     2830,