Skip to content

Commit

Permalink
Add blendish screenshot
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed May 6, 2024
1 parent 9934ed7 commit 43dddfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Used very often and in many plugins.

#### opengl / Blendish

![screenshot](screenshot/Blendish.png)

Blendish widgets for DPF.
Work in progress, but mostly usable.
Work in progress, usable in very select cases.

Used in:

Expand Down
Binary file added screenshots/Blendish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class BlendishDemo : public BlendishSubWidgetSharedContext
*/
menu.setAbsoluteX(toolButton2.getAbsoluteX());
menu.setAbsoluteY(numberFieldW.getAbsoluteY());
menu.setLabel("This is a menu, and I am a title");
menu.setLabel("This is a menu, I am a title");
menu.addMenuItem("First item of the menu");
menu.addMenuItem("Short second");
menu.addMenuItem("Thirsty third");
Expand Down

0 comments on commit 43dddfa

Please sign in to comment.