[Bug 397409] Re: Glom 1.8.10 Export format window behind export to a file

Murray Cumming murrayc at murrayc.com
Fri Jul 10 11:05:55 UTC 2009


Yes, I see this too, but I don't know why.

This is the code that opens that dialog:

void FileChooser_Export::on_button_define_layout()
{
  if(m_pDialogLayout)
  {
    m_pDialogLayout->set_layout_groups(m_layout_groups, m_document, m_table_name); //TODO: Use m_TableFields?
    m_pDialogLayout->set_transient_for(*this);
    set_modal(false);
    m_pDialogLayout->set_modal();
    m_pDialogLayout->show();
  }
}

** Changed in: glom (Ubuntu)
       Status: New => Confirmed

** Summary changed:

- Glom 1.8.10 Export format window behind export to a file
+ Export: format window opens behind FileChooser dialog.

-- 
Export: format window opens behind FileChooser dialog.
https://bugs.launchpad.net/bugs/397409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list