OpenBCI/OpenBCI_GUI

Time Series Hardware Settings button not working after resizing

retiutut opened this issue · 0 comments

Problem

After resizing the app, the Hardware Settings button is not clickable. Caused by not doing

tscp5.setGraphics(ourApplet, 0,0);

in screenResized() method in W_TimeSeries.pde.

Discovered while working on internal project for OpenBCI.

Expected

Always be able to click this button.

Operating System and Version

All OS

GUI Version

v5.1.1-alpha.2

Are you running the downloaded app or from Processing/VSCode?

VS Code

Type of OpenBCI Board

Cyton and CytonDaisy

Console Log and Screenshots

N/A. Tested via front end after resizing the app.