print scale not possible to set from edit
Posted by pavel on Jul 25, 2014; 4:12pm
URL: https://forum.librecad.org/print-scale-not-possible-to-set-from-edit-tp5710224.html
It is impossible to set the print scale to a value not preset in the drop down list. Entering the scale from the edit part of the combo box does nothing, so it is impossible to set scale to 1:87, for example.
I don't want to submit the diff file or whatever, since the fix is quite simple. Add the following line into the file:
librecad/src/ui/forms/qg_printpreviewoptions.ui
<signal>editTextChanged(QString)</signal>
just after this line:
<signal>currentIndexChanged(QString)</signal>