Searched refs:HIDE_REASON_SELECT (Results 1 – 2 of 2) sorted by relevance
30 #define HIDE_REASON_SELECT 1 macro
2869 if ((hideReason&HIDE_REASON_SELECT)&&(mol->selectedatoms.size())) {hideNonSelected(); return;} in rehide()2870 else if (hideReason&HIDE_REASON_SELECT) hideReason-=HIDE_REASON_SELECT; in rehide()2898 hideReason|=HIDE_REASON_SELECT; in hideNonSelected()