Skip to content

Commit

Permalink
Typo and newline at end of file
Browse files Browse the repository at this point in the history
Fix a typo and add a newline to the end of the file.
  • Loading branch information
michaelgregorius committed Sep 22, 2024
1 parent 0921c97 commit 4b0beb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/SubWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -421,4 +421,4 @@ QPushButton* SubWindow::addTitleButton(const std::string & iconName, const QStri
}


} // namespace lmms::gui
} // namespace lmms::gui

0 comments on commit 4b0beb4

Please sign in to comment.