bumped version to 5.2.2 and fixed issue in gui that prevented moving nodes while mobility was occuring

This commit is contained in:
Blake Harnden 2019-06-07 09:10:34 -07:00
parent 994fe042e1
commit b448c6ebf0
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
# this defines the CORE version number, must be static for AC_INIT
AC_INIT(core, 5.2.1, core-dev@nrl.navy.mil)
AC_INIT(core, 5.2.2, core-dev@nrl.navy.mil)
# autoconf and automake initialization
AC_CONFIG_SRCDIR([netns/version.h.in])

View file

@ -243,7 +243,6 @@ proc moveNode { c node img xpos ypos dx dy } {
"wlanlink && need_redraw"] {
redrawWlanLink $wlanlink
}
$c dtag node selected
$c delete -withtags selectmark
$c dtag link need_redraw
$c dtag wlanlink need_redraw