Bugfix and cleanup Info on source in UI

This commit is contained in:
Bruno
2021-05-25 09:09:23 +02:00
parent 6ebcf49758
commit bcdc94c3b9
8 changed files with 53 additions and 32 deletions

View File

@@ -11,6 +11,7 @@
#define NAV_TRANS 67
#include "SourceList.h"
#include "InfoVisitor.h"
struct ImVec2;
class MediaPlayer;
@@ -116,6 +117,7 @@ class SourceController
std::string active_label_;
int active_selection_;
InfoVisitor info_;
SourceList selection_;
void DrawButtonBar(ImVec2 bottom, float width);