You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError:
'NoneType' object has no attribute 'clearCurrentIndex'
Traceback:
File "C:\Program Files\novelWriter\novelwriter\gui\projtree.py", line 809, in mousePressEvent
self._clearSelection()
File "C:\Program Files\novelWriter\novelwriter\gui\projtree.py", line 1023, in _clearSelection
self.selectionModel().clearCurrentIndex()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
It happens when I,
1. Close Welcome window by clicking Cancel button.
2. Then left-click on the completely empty Project Content panel.
This is screenshot.
Error dialog is below.
Environment:
novelWriter Version: 2.6rc1
Host OS: win32 (10.0.26100)
Python: 3.12.8 (0x30c08f0)
Qt: 5.15.2, PyQt: 5.15.11
enchant: 3.2.2
AttributeError:
'NoneType' object has no attribute 'clearCurrentIndex'
Traceback:
File "C:\Program Files\novelWriter\novelwriter\gui\projtree.py", line 809, in mousePressEvent
self._clearSelection()
File "C:\Program Files\novelWriter\novelwriter\gui\projtree.py", line 1023, in _clearSelection
self.selectionModel().clearCurrentIndex()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: