Changeset 1876 in Sophya
- Timestamp:
- Jan 20, 2002, 12:55:57 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidrwtools.cc
r1855 r1876 265 265 mButdr[0]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 266 266 mButdr[1]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 267 for( intkb=0; kb<2; kb++) {267 for(kb=0; kb<2; kb++) { 268 268 mButdr[kb]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 269 269 mButdr[kb]->SetUnSensitive(); … … 295 295 mButcf[5] = new PIButton(this, "Dismiss", 3777, butszx, bsyo, cpx, cpy); 296 296 297 for( intkb=0; kb<6; kb++)297 for(kb=0; kb<6; kb++) 298 298 mButcf[kb]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 299 for( intkb=0; kb<5; kb++)299 for(kb=0; kb<5; kb++) 300 300 mButcf[kb]->SetUnSensitive(); 301 301
Note:
See TracChangeset
for help on using the changeset viewer.