QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System Other (Unsupported)
  • Severity Low
  • Priority Very Low
  • Reported Version 3.9.1
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by Poul-Henning Kamp - 15.03.2015
Last edited by Andrew - 15.03.2015

FS#1192 - print Dialog not shown on FreeBSD

I compile git/trunk on FreeBSD, and the print dialog does not come up.

I tried the obvious fix in scripts/File/Print/Print.js:

  if (RS.getSystemId()==="osx" || RS.getSystemId()==="linux" || RS.getSystemId()==="freebsd") {

But that didn’t work.

Maybe the test is better if reversed ?

  if (RS.getSystemId()==="win") {
      // slot 'dummy' is never called:
      Print.printDialog.open(this, "dummy");
  } else {
      Print.printDialog.exec();
  }

(PS: This should be “Operating System = FreeBSD” but that’s not in the pull-down menu)

Closed by  Andrew
15.03.2015 19:21
Reason for closing:  Fixed
Additional comments about closing:  

https://github.com/qcad/qcad/commit /d1a580810a4389a40dd1b91abd98ed6700a4de5 5

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing