Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8994 → Rev 8995

/programs/cmm/eolite/include/copy_and_delete.h
26,8 → 26,7
selected1.set(n, state);
}
if (state==true) selected_count[active_panel]++;
if (state==false) selected_count[active_panel]--;
//if (selected_count[active_panel]<0) selected_count[active_panel]=0;
if (state==false) && (selected_count[active_panel]>0) selected_count[active_panel]--;
}
 
int getElementSelectedFlag(dword n) {