mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Bugfix and cleanup Info on source in UI
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user