+ fix typos

This commit is contained in:
wmayer 2014-09-24 22:06:13 +02:00
parent 6e92028ca6
commit e88b712ff9

View File

@ -717,9 +717,9 @@ void QuarterWidget::paintEvent(QPaintEvent* event)
w->makeCurrent(); w->makeCurrent();
this->actualRedraw(); this->actualRedraw();
//start the standart graphicsview processing for all widgets and graphic items. As //start the standard graphics view processing for all widgets and graphic items. As
//QGraphicsView initaliizes a QPainter whcih changes the opengl context in an unpredictable //QGraphicsView initaliizes a QPainter which changes the Opengl context in an unpredictable
//manner we need to store the context and recreate it after qt is done. //manner we need to store the context and recreate it after Qt is done.
glPushAttrib(GL_ALL_ATTRIB_BITS); glPushAttrib(GL_ALL_ATTRIB_BITS);
glPushAttrib(GL_MULTISAMPLE_BIT_EXT); glPushAttrib(GL_MULTISAMPLE_BIT_EXT);