Esempio n. 1
0
 //not used anymore, was adding 3 lines to every widget when clicking on the treenode
 private int correct_NTSC(int y)
 {
     if (y >= osd.getCenter() && osd.is_ntsc())
     {
         y += 3;
     }
     return(y);
 }