From 8f2890d5820f5c6a28e4a4d49ce4846eaff70107 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Tue, 23 Jul 2024 03:12:06 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cromulant/game.py b/cromulant/game.py index d926d19..6fc3c9a 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -104,6 +104,7 @@ class Game: Window.expand_2(left_line) label = QLabel(text) + label.setTextInteractionFlags(Qt.TextSelectableByMouse) right_line = QFrame() right_line.setFrameShape(QFrame.HLine)