octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44463] Print command for "pdflatexstandalone"


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44463] Print command for "pdflatexstandalone" device produces output that doesn't compile
Date: Mon, 1 Aug 2016 08:15:48 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Follow-up Comment #16, bug #44463 (project octave):

@Andy: sorry, indeed it looks like I forgot to attach the patch. As I am in
vacations I won't be able to send it until late august. Anyway it was a very
simple mod.:
in ObjectProxy.cc (ObjectProxy::init): change
>>connect (this, SIGNAL (sendPrint (const QString&, const QString&)),m_object,
SLOT (slotPrint (const QString&, const QString&)));
to 
>>connect (this, SIGNAL (sendPrint (const QString&, const QString&)),m_object,
SLOT (slotPrint (const QString&, const QString&)),
Qt::BlockingQueuedConnection);
and remove the unnecessary Fsleep at the end of Fdrawnow in graphics.cc

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44463>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]