mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-08 22:26:19 -04:00
SubWindow.cpp: Fix comment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* SubWindow.cpp - Implementation of QMdiSubWindow that correctly tracks
|
||||
* the geometry that windows should be restored to.
|
||||
* Workaround for https://bugreports.qt.io/browse/QTBUG-256
|
||||
@@ -375,10 +375,10 @@ void SubWindow::focusChanged( QMdiSubWindow *subWindow )
|
||||
/**
|
||||
* @brief SubWindow::resizeEvent
|
||||
*
|
||||
* On every rezise event we have to adjust our title label.
|
||||
*
|
||||
* At next we give the event to QMdiSubWindow::resizeEvent() which handles
|
||||
* At first we give the event to QMdiSubWindow::resizeEvent() which handles
|
||||
* the event on its behavior.
|
||||
*
|
||||
* On every resize event we have to adjust our title label.
|
||||
*
|
||||
* At last we store the current size into m_trackedNormalGeom. This size
|
||||
* will be saved with the project because of an Qt bug wich doesn't
|
||||
|
||||
Reference in New Issue
Block a user