LimeReport
LimeReport copied to clipboard
i found a bug
void ContentEditor::editButtonClicked() function, line connect(editor, SIGNAL(destroyed()), dialog, SLOT(close()));
it think it should use Qt::DirectConnection, if not , sometimes it crashed. if edit textitems quickly by click texteditor ok button, editor has not destroyed ,dialog has call exec()
Hi. I don't think that the problem is here. If remove this connection the dialog window simply won't be closed when ok button is pressed. I can't reproduce the problem could you explain to me how the crash happens in more detail? I have tried to open the content editor dialog form the objectinspector and close it quickly by "Ok" button and nothing wrong happens.