Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c0bc98

Browse files
committedDec 1, 2021
Set initial resolution
1 parent 78b0374 commit 5c0bc98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎MAVGCL/src/main/java/com/comino/flight/ui/widgets/charts/line/LineChartWidget.java

+1
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ public LineChartWidget setup(IMAVController control, int id) {
691691
this.id = id;
692692

693693
timeFrame.set(DEFAULT_TIME_FRAME);
694+
setXResolution(timeFrame.get());
694695

695696
switch(id) {
696697
case 1:

0 commit comments

Comments
 (0)
Please sign in to comment.