FACT++  1.0
void UIConnector::on_displayingEventBox_valueChanged ( int  cEvent)
slot

Definition at line 1438 of file RawEventsViewer.cc.

1439 {
1440 // cout << "Here " << updateSpinnerDisplay << endl;
1441  if (!updateSpinnerDisplay)
1442  return;
1443  updateSpinnerDisplay = false;
1444 // currentEventHasChanged(cEvent);
1445  GLWindow->rowNum = cEvent - GLWindow->eventStep;
1446  GLWindow->eventStepping(true);
1447  updateSpinnerDisplay = true;
1448 
1449 // GLWindow->updateGL();
1450 }
bool updateSpinnerDisplay