From 4b0beb4af64695d08c5bbce8c112818c79d7c886 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sun, 22 Sep 2024 13:40:04 +0200 Subject: [PATCH] Typo and newline at end of file Fix a typo and add a newline to the end of the file. --- src/gui/SubWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/SubWindow.cpp b/src/gui/SubWindow.cpp index ae3497bd212..61d816e83fe 100644 --- a/src/gui/SubWindow.cpp +++ b/src/gui/SubWindow.cpp @@ -96,7 +96,7 @@ SubWindow::SubWindow(QWidget *parent, Qt::WindowFlags windowFlags) : void SubWindow::paintEvent( QPaintEvent * ) { // Don't paint any of the other stuff if the sub window is maximized - // so that only it child content is painted. + // so that only its child content is painted. if (isMaximized()) { return; @@ -421,4 +421,4 @@ QPushButton* SubWindow::addTitleButton(const std::string & iconName, const QStri } -} // namespace lmms::gui \ No newline at end of file +} // namespace lmms::gui