We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f9312 commit c314e3cCopy full SHA for c314e3c
1 file changed
OpenBCI_GUI/W_TimeSeries.pde
@@ -286,6 +286,9 @@ class W_timeSeries extends Widget {
286
void screenResized() {
287
super.screenResized(); //calls the parent screenResized() method of Widget (DON'T REMOVE)
288
289
+ //Very important to allow users to interact with objects after app resize
290
+ tscp5.setGraphics(ourApplet, 0,0);
291
+
292
tsChanSelect.screenResized(pApplet);
293
294
xF = float(x); //float(int( ... is a shortcut for rounding the float down... so that it doesn't creep into the 1px margin
0 commit comments