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

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

[Octave-bug-tracker] [bug #38305] file dialog causes crash


From: Torsten
Subject: [Octave-bug-tracker] [bug #38305] file dialog causes crash
Date: Sat, 25 May 2013 10:31:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #11, bug #38305 (project octave):

What happens if you make the dialog modal? To test this, change the last three
lines to


fileDialog->setWindowModality (Qt::Modal);
fileDialog->setAttribute (Qt::WA_DeleteOnClose);
fileDialog->exec ();


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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