Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: coreg status bar #10368

Merged
merged 3 commits into from
Feb 22, 2022
Merged

Conversation

GuillaumeFavelier
Copy link
Contributor

@GuillaumeFavelier GuillaumeFavelier commented Feb 21, 2022

On Windows, _configure_status_bar() must be called once the window is displayed.

This PR fixes:

Traceback (most recent call last):
  File "C:\Users\guillaume\mne-python\1.0.0_0\Scripts\mne-script.py", line 33, in <module>
    sys.exit(load_entry_point('mne', 'console_scripts', 'mne')())
  File "c:\users\guillaume\source\mne-python\mne\commands\utils.py", line 107, in main
    cmd.run()
  File "c:\users\guillaume\source\mne-python\mne\commands\mne_coreg.py", line 85, in run
    mne.gui.coregistration(
  File "<decorator-gen-556>", line 12, in coregistration
  File "c:\users\guillaume\source\mne-python\mne\gui\__init__.py", line 193, in coregistration
    return CoregistrationUI(
  File "<decorator-gen-568>", line 12, in __init__
  File "c:\users\guillaume\source\mne-python\mne\gui\_coreg.py", line 275, in __init__
    self._configure_status_bar()
  File "c:\users\guillaume\source\mne-python\mne\gui\_coreg.py", line 1710, in _configure_status_bar
    self._widgets['status_message'] = self._renderer._status_bar_add_label(
  File "c:\users\guillaume\source\mne-python\mne\viz\backends\_qt.py", line 492, in _status_bar_add_label
    self._layout_add_widget(self._status_bar_layout, widget, stretch)
  File "c:\users\guillaume\source\mne-python\mne\viz\backends\_qt.py", line 82, in _layout_add_widget
    layout.addWidget(widget, stretch)
RuntimeError: wrapped C/C++ object of type QHBoxLayout has been deleted

It's an item of #8833

@GuillaumeFavelier GuillaumeFavelier self-assigned this Feb 21, 2022
@GuillaumeFavelier GuillaumeFavelier marked this pull request as draft February 21, 2022 15:45
@GuillaumeFavelier
Copy link
Contributor Author

The current changes might not be compatible with the notebook 3d backend.

@GuillaumeFavelier GuillaumeFavelier changed the title FIX: coreg status bar WIP,FIX: coreg status bar Feb 21, 2022
@GuillaumeFavelier
Copy link
Contributor Author

GuillaumeFavelier commented Feb 22, 2022

I was able to easily fix the issue with the qt object being deleted but I also discovered that forcing self._renderer._process_events() on Windows was "hiding" the content of the status bar and triggering widget.show() is not enough to make it come back. I am sure there is an explanation for this mysterious interaction, I just do not have it yet.

At least, the latest changes work on Windows for pyvistaqt and notebook.

@GuillaumeFavelier GuillaumeFavelier marked this pull request as ready for review February 22, 2022 15:29
@GuillaumeFavelier GuillaumeFavelier changed the title WIP,FIX: coreg status bar FIX: coreg status bar Feb 22, 2022
Copy link
Member

@larsoner larsoner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, will merge once green. Thanks @GuillaumeFavelier !

@larsoner larsoner merged commit 54884b5 into mne-tools:main Feb 22, 2022
@larsoner
Copy link
Member

Thanks @GuillaumeFavelier !

@GuillaumeFavelier GuillaumeFavelier deleted the fix/status_bar branch February 22, 2022 17:13
larsoner added a commit to larsoner/mne-python that referenced this pull request Feb 23, 2022
* upstream/main:
  FIX: close_connect (mne-tools#10388) [circle deploy]
  FIX: Bump deps (mne-tools#10376)
  [DOC] Small fixes [skip azure] [skip actions] (mne-tools#10381)
  FIX: coreg status bar (mne-tools#10368)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants