* 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.

This commit is contained in:
Philippose Rajan 2010-05-28 17:09:01 +00:00
parent aaba936998
commit 9c9c630df0

View File

@ -3488,7 +3488,7 @@ namespace netgen
void VisualSceneMesh :: SetSelectedFace (int asf)
{
selface = asf;
selecttimestamp = GetTimeStamp();
selecttimestamp = NextTimeStamp();
}