We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f0319 commit e095867Copy full SHA for e095867
lib/gui/src/mainScr.cpp
@@ -540,7 +540,7 @@ void createMainScr()
540
// Satellite Tracking and info Tile
541
satelliteScr(satTrackTile);
542
#ifdef TDECK_ESP32S3
543
- lv_obj_clear_flag(satTrackTile, LV_OBJ_FLAG_SCROLLABLE);
+ lv_obj_clear_flag(satTrackTile, LV_OBJ_FLAG_SCROLL_CHAIN_VER);
544
#endif
545
546
// Satellite Tracking Event
0 commit comments