Skip to content

Commit

Permalink
Use engineering notation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Dec 6, 2023
1 parent c23a0f2 commit bc69b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/diagrams/diagram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Diagram::Diagram(int _cx, int _cy) {
rotZ = 225;
hideLines = true; // hide invisible lines

engineeringNotation = false;
engineeringNotation = true;

Type = isDiagram;
isSelected = false;
Expand Down

0 comments on commit bc69b2c

Please sign in to comment.