final ok dialog ?

Issue #2132 resolved
Alessandro Padovani created an issue

4.2.0.2204

I noticed that, when there’s warnings for import, the warning dialog is displayed, then another final ok dialog is displayed after that thus dismissing the warning. This is a small issue but may be related to missing dialogs reported occasionally.

steps:

  1. import a figure with triax weights
  2. the triax warning is displayed, then it disappears for the ok dialog

suggested fix. The final ok dialog is not needed, we may display a dialog only if there’s warnings.

Comments (4)

  1. Thomas Larsson repo owner

    Yes, this has irritated me for a long time. It happens because easy imports calls a lot of other operators, each of which can display an error message.

  2. Alessandro Padovani reporter

    What I mean is there’s something displaying a empty dialog at the end of the import process, thus dismissing previous messages. I suspect it is easy import itself not a called operator. If it is possible to check for empty messages then this would be fixed.

    Let me know if this is hard to check I’ll close as invalid since this is very minor.

  3. Log in to comment