mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 12:20:01 +01:00
Cleanup views and bugfixes
Remove dependency to Imgui in View class. Cosmetic improvement UI in views.
This commit is contained in:
@@ -28,12 +28,13 @@ public:
|
||||
void setAlpha (Source *s);
|
||||
|
||||
private:
|
||||
void updateSelectionOverlay() override;
|
||||
void updateSelectionOverlay(glm::vec4 color) override;
|
||||
|
||||
float limbo_scale_;
|
||||
|
||||
Group *slider_root_;
|
||||
Disk *slider_;
|
||||
Group *slider_arrows_;
|
||||
Disk *button_white_;
|
||||
Disk *button_black_;
|
||||
// Disk *stashCircle_;
|
||||
|
||||
Reference in New Issue
Block a user