Module: nagvis Branch: master Commit: e4b28b84da1f1f543f6d6562d66216cdf696cf24 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=e4b28b84da1f1f543f6d6562d66216cdf696cf24
Author: Roman Kyrylych <[email protected]> Date: Wed Aug 19 13:07:40 2009 +0300 gmap: Clear General tab in Link dialog when no link is chosen Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/modules/gmap/view/DialogLink.mxml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/uifx/src/modules/gmap/view/DialogLink.mxml b/uifx/src/modules/gmap/view/DialogLink.mxml index c79aca1..9afa4f9 100644 --- a/uifx/src/modules/gmap/view/DialogLink.mxml +++ b/uifx/src/modules/gmap/view/DialogLink.mxml @@ -141,6 +141,8 @@ } else { + location1.selectedIndex = 0; + location2.selectedIndex = 0; lnkDescription.text = ""; lnkNObjectType.selectedIndex = 0; onObjectTypeChange(); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
