Skip to content
Snippets Groups Projects
  • Marco Biasini's avatar
    b7e49eee
    file type dialog: double click on file type triggers loading · b7e49eee
    Marco Biasini authored
    this seemingly simple change required a rather gross hack to avoid a crash when
    the file type dialog is destroyed. Currently the FileTypeDialog is allocated on
    the heap an leaks. This is not nice, but since the file type dialog is very
    rarely used, this seems to be something we can live with for the moment. I've
    opened ticket BZDNG-192 to track the issue.
    b7e49eee
    History
    file type dialog: double click on file type triggers loading
    Marco Biasini authored
    this seemingly simple change required a rather gross hack to avoid a crash when
    the file type dialog is destroyed. Currently the FileTypeDialog is allocated on
    the heap an leaks. This is not nice, but since the file type dialog is very
    rarely used, this seems to be something we can live with for the moment. I've
    opened ticket BZDNG-192 to track the issue.