Don't offer horizontal scale factor as value of verical factor
This commit is contained in:
parent
0192d46adb
commit
07d3065afc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace
|
|||
"(0.25-10):",
|
||||
val);
|
||||
} else if(e.GetId() == wxID_HIGHEST + 7) {
|
||||
val = (stringfmt() << horizontal_scale_factor).str();
|
||||
val = (stringfmt() << vertical_scale_factor).str();
|
||||
val = pick_text(this, "Set Y scaling factor", "Enter new vertical scale factor "
|
||||
"(0.25-10):", val);
|
||||
} else if(e.GetId() == wxID_HIGHEST + 8) {
|
||||
|
|
Loading…
Add table
Reference in a new issue