bumped version to 5.2.2 and fixed issue in gui that prevented moving nodes while mobility was occuring
This commit is contained in:
parent
994fe042e1
commit
b448c6ebf0
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# this defines the CORE version number, must be static for AC_INIT
|
# 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
|
# autoconf and automake initialization
|
||||||
AC_CONFIG_SRCDIR([netns/version.h.in])
|
AC_CONFIG_SRCDIR([netns/version.h.in])
|
||||||
|
|
|
@ -243,7 +243,6 @@ proc moveNode { c node img xpos ypos dx dy } {
|
||||||
"wlanlink && need_redraw"] {
|
"wlanlink && need_redraw"] {
|
||||||
redrawWlanLink $wlanlink
|
redrawWlanLink $wlanlink
|
||||||
}
|
}
|
||||||
$c dtag node selected
|
|
||||||
$c delete -withtags selectmark
|
$c delete -withtags selectmark
|
||||||
$c dtag link need_redraw
|
$c dtag link need_redraw
|
||||||
$c dtag wlanlink need_redraw
|
$c dtag wlanlink need_redraw
|
||||||
|
|
Loading…
Reference in a new issue