Skip to content

Commit e095867

Browse files
committed
fix(satinfo): Clear vertical scroll for T-DECK
1 parent 08f0319 commit e095867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gui/src/mainScr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ void createMainScr()
540540
// Satellite Tracking and info Tile
541541
satelliteScr(satTrackTile);
542542
#ifdef TDECK_ESP32S3
543-
lv_obj_clear_flag(satTrackTile, LV_OBJ_FLAG_SCROLLABLE);
543+
lv_obj_clear_flag(satTrackTile, LV_OBJ_FLAG_SCROLL_CHAIN_VER);
544544
#endif
545545

546546
// Satellite Tracking Event

0 commit comments

Comments
 (0)