diff src/gui/widgets/text.cc @ 97:18979b066284

animia/unix: fix a bunch of stuff that breaks OS X things
author Paper <mrpapersonic@gmail.com>
date Thu, 02 Nov 2023 13:14:15 -0400
parents 4aef97f4d998
children b315f3759c56
line wrap: on
line diff
--- a/src/gui/widgets/text.cc	Wed Nov 01 15:16:49 2023 -0400
+++ b/src/gui/widgets/text.cc	Thu Nov 02 13:14:15 2023 -0400
@@ -72,8 +72,8 @@
 }
 
 /* Equivalent to Paragraph(), but is only capable of showing one line. Only
-   exists because sometimes with SelectableSection it will let you go
-   out of bounds */
+   exists because with SelectableSection it will let you go
+   out of bounds and that looks really fugly for most things */
 Line::Line(QWidget* parent) : QLineEdit(parent) {
 	setFrame(false);
 	setReadOnly(true);