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

Commit

Permalink
Commenting out the non-functional timeslider from the VisItPlotRender
Browse files Browse the repository at this point in the history
for the moment.

Signed-off-by: Jordan <jordan.deyton@gmail.com>
  • Loading branch information
jdeyton committed Jun 19, 2015
1 parent 3602e82 commit dacf67d
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ public void menuShown(MenuEvent e) {

canvas.setMenu(menu);

timeSlider = new TimeSliderComposite(container, SWT.NONE);
timeSlider.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
timeSlider.setBackground(parent.getBackground());
// TODO Add this back in when it's functional.
// timeSlider = new TimeSliderComposite(container, SWT.NONE);
// timeSlider.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true,
// false));
// timeSlider.setBackground(parent.getBackground());

return container;
}
Expand Down

0 comments on commit dacf67d

Please sign in to comment.