Oscilloscope: Error Fix and UI modification #2855
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Reference: #2767
In the Oscilloscope widget, the buttons of "Zoom In" and "Zoom Out" functionalities are cross-matched with their icons, i.e., the "Zoom Out" button executes the "Zoom In" process.
Before:
![image](https://user-images.githubusercontent.com/60084414/108812530-491c3000-75d5-11eb-82b7-070b70c4c713.png)
After:
![Screenshot from 2021-02-23 12-45-48](https://user-images.githubusercontent.com/60084414/108812565-5afdd300-75d5-11eb-9c0e-3ca64ad44a66.png)