Fixed GUI for TransitionView in highDPI

This commit is contained in:
brunoherbelin
2020-07-09 20:40:01 +02:00
parent f479304f50
commit 7689a1d895
3 changed files with 18 additions and 13 deletions

2
View.h
View File

@@ -157,7 +157,7 @@ public:
void attach(SessionSource *ts);
class Session *detach();
void play();
void play(bool open);
void draw () override;
void update (float dt) override;