235 |
235 |
236 // ============================================================================= |
236 // ============================================================================= |
237 // |
237 // |
238 void GLRenderer::initializeGL() |
238 void GLRenderer::initializeGL() |
239 { |
239 { |
|
240 #ifdef USE_QT5 |
240 initializeOpenGLFunctions(); |
241 initializeOpenGLFunctions(); |
|
242 #endif |
241 setBackground(); |
243 setBackground(); |
242 glLineWidth (cfg::LineThickness); |
244 glLineWidth (cfg::LineThickness); |
243 glLineStipple (1, 0x6666); |
245 glLineStipple (1, 0x6666); |
244 setAutoFillBackground (false); |
246 setAutoFillBackground (false); |
245 setMouseTracking (true); |
247 setMouseTracking (true); |