This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Eliminate code duplicated by some mistake
pull/105/head
JP Cimalando
7 years ago
parent
4f78f426aa
commit
fde37adf28
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
dgl/src/WidgetPrivateData.cpp
+ 0
- 4
dgl/src/WidgetPrivateData.cpp
View File
@@ -90,10 +90,6 @@ void Widget::PrivateData::display(const uint width,
// display widget
self->onDisplay();
#ifdef DGL_CAIRO
cairo_set_matrix(cr, &matrix);
#endif
#ifdef DGL_OPENGL
if (needsDisableScissor)
{
Write
Preview
Loading…
Cancel
Save