This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
gl-examples
mirror of
https://github.com/DISTRHO/gl-examples
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Misc
pull/1/head
falkTX
11 years ago
parent
a6ce0f7843
commit
c5f0d82778
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf
+1
-1
examples/demo.cpp
+1
-1
examples/widgets/ExampleTextWidget.hpp
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
2a076932ef2f0870bb96743e9fb02ae7ca1f32b9
Subproject commit
0432f4de23095a7b3ef4433aac091787745498c1
+ 1
- 1
examples/demo.cpp
View File
@@ -370,7 +370,7 @@ public:
wShapes.setSize(size);
wText.setSize(size);
wLeft.setSize(8
0
-4, height-4);
wLeft.setSize(8
1
-4, height-4);
//wRezHandle.setAbsoluteX(width-wRezHandle.getWidth());
//wRezHandle.setAbsoluteY(height-wRezHandle.getHeight());
+ 1
- 1
examples/widgets/ExampleTextWidget.hpp
View File
@@ -56,7 +56,7 @@ protected:
roundedRect(10, height/4+10, width-20, height/2-20, 3);
fill();
fillColor(RGBA(0,0,0,220));
fillColor(RGBA(0,
20
0,0,220));
textBox(10, height/2, width-20, "Hello World!", nullptr);
}
Write
Preview
Loading…
Cancel
Save