Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryLama committed Jan 24, 2016
1 parent 157b896 commit ae91827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ void MainWindow::on_sourisCliquee(int touche)
if(scrollCustom<custom.length()/5)
affichageNiveaux(scrollCustom+1,CUSTOM);
}else{
for(int x=0;x<4;x++)
listeItem.removeOne(boutonScroll[x]);
//Item dynamique
if(listeItem.last()!=boutonNiveaux[0] && listeItem.last()!=boutonNiveaux[1] && listeItem.last()!=boutonNiveaux[2] && listeItem.last()!=ligne[0] && listeItem.last()!=ligne[1] && listeItem.last()!=titre[0] && listeItem.last()!=titre[1]){
for(int x=0;x<TAILLE;x++)
Expand Down

0 comments on commit ae91827

Please sign in to comment.