LimeReport icon indicating copy to clipboard operation
LimeReport copied to clipboard

i found a bug

Open lpwwpl opened this issue 5 years ago • 1 comments

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()

lpwwpl avatar Aug 13 '19 01:08 lpwwpl

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.

fralx avatar Aug 13 '19 09:08 fralx