This commit is contained in:
mfeemster
2014-12-12 00:54:03 -08:00
parent 2531b1215e
commit 713007dadd
13 changed files with 179 additions and 85 deletions

View File

@ -717,10 +717,10 @@ void GLWidget::wheelEvent(QWheelEvent* e)
}
/// <summary>
/// Respond to a resize event which will set the read only
/// main window width and height spinners.
/// The main window will take care of stopping and restarting the
/// render timer.
/// Respond to a resize event which will set the double click default value
/// in the width and height spinners.
/// Note, this does not change the size of the ember being rendered or
/// the OpenGL texture it's being drawn on.
/// </summary>
/// <param name="e">The event</param>
void GLWidget::resizeEvent(QResizeEvent* e)