Changeset 11765
- Timestamp:
- 08/03/11 20:16:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11764 r11765 1429 1429 return; 1430 1430 1431 static int cnt=0;1432 if (cnt++%10>0)1433 return;1431 // static int cnt=0; 1432 // if (cnt++%10>0) 1433 // return; 1434 1434 1435 1435 const float *ptr = d.ptr<float>(); … … 1461 1461 c->GetPad(1)->Modified(); 1462 1462 c->GetPad(2)->Modified(); 1463 //c->GetPad(3)->Modified();1464 //c->GetPad(4)->Modified();1463 c->GetPad(3)->Modified(); 1464 c->GetPad(4)->Modified(); 1465 1465 1466 1466 c->Update();
Note:
See TracChangeset
for help on using the changeset viewer.