mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Move to settings page on settings button pressed
This commit is contained in:
@@ -9,7 +9,7 @@ namespace mgl {
|
||||
|
||||
namespace gsr {
|
||||
class Widget {
|
||||
friend class WidgetContainer;
|
||||
friend class Page;
|
||||
public:
|
||||
Widget();
|
||||
Widget(const Widget&) = delete;
|
||||
@@ -24,5 +24,6 @@ namespace gsr {
|
||||
virtual mgl::vec2f get_position() const;
|
||||
protected:
|
||||
mgl::vec2f position;
|
||||
bool move_to_top = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user