mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
* 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:
parent
aaba936998
commit
9c9c630df0
@ -3488,7 +3488,7 @@ namespace netgen
|
||||
void VisualSceneMesh :: SetSelectedFace (int asf)
|
||||
{
|
||||
selface = asf;
|
||||
selecttimestamp = GetTimeStamp();
|
||||
selecttimestamp = NextTimeStamp();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user