From 9c9c630df0cc794de45538bf772d24d9800c3f0e Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Fri, 28 May 2010 17:09:01 +0000 Subject: [PATCH] * Bugfix (Thanks to screen-name "Vaina"): Mesh face highlighting was not updated when clicking on the "next" and "prev" buttons in the "Edit Boundary Conditions" dialog box. --- libsrc/visualization/vsmesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/visualization/vsmesh.cpp b/libsrc/visualization/vsmesh.cpp index 0b894d8e..62b6b59f 100644 --- a/libsrc/visualization/vsmesh.cpp +++ b/libsrc/visualization/vsmesh.cpp @@ -3488,7 +3488,7 @@ namespace netgen void VisualSceneMesh :: SetSelectedFace (int asf) { selface = asf; - selecttimestamp = GetTimeStamp(); + selecttimestamp = NextTimeStamp(); }