Skip to content

Commit 3012c6d

Browse files
gbeaneCopilot
andauthored
Update src/jabs/ui/user_guide_dialog.py
Co-authored-by: Copilot <[email protected]>
1 parent b9956ce commit 3012c6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jabs/ui/user_guide_dialog.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ def __init__(self, app_name: str, *args: Any, **kwargs: Any) -> None:
154154

155155
self.setLayout(layout)
156156

157-
# Build tree and defer initial content loading to avoid "Compositor returned null texture" errors
158-
# The compositor needs the window to be shown before it can create rendering surfaces
157+
# Defer initial content loading to avoid compositor texture errors (compositor needs window shown first).
159158
self._build_tree()
160159
QtCore.QTimer.singleShot(0, lambda: self._load_content_from_path("overview.md"))
161160

0 commit comments

Comments
 (0)