Skip to content
Snippets Groups Projects
Commit 00139b15 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add missing list_rest in select surface/volume
parent da0113ce
No related branches found
No related tags found
No related merge requests found
// $Id: Callbacks.cpp,v 1.236 2004-05-18 18:52:00 geuzaine Exp $ // $Id: Callbacks.cpp,v 1.237 2004-05-18 20:51:50 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -2086,6 +2086,8 @@ static void _new_surface_volume(int mode) ...@@ -2086,6 +2086,8 @@ static void _new_surface_volume(int mode)
if(ib == 'e') { if(ib == 'e') {
ZeroHighlight(THEM); ZeroHighlight(THEM);
Draw(); Draw();
List_Reset(List1);
List_Reset(ListUnsorted);
break; break;
} }
if(ib == 'u') { if(ib == 'u') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment