mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improved zoom slider scaling and display
This commit is contained in:
5
View.h
5
View.h
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "Scene.h"
|
||||
#include "FrameBuffer.h"
|
||||
|
||||
class Source;
|
||||
class SessionSource;
|
||||
class Surface;
|
||||
@@ -113,7 +114,11 @@ private:
|
||||
class Disk *slider_;
|
||||
class Disk *button_white_;
|
||||
class Disk *button_black_;
|
||||
class Disk *stashCircle_;
|
||||
class Mesh *mixingCircle_;
|
||||
|
||||
|
||||
// SourceList shash_;
|
||||
};
|
||||
|
||||
class RenderView : public View
|
||||
|
||||
Reference in New Issue
Block a user