Update buttonArea after resize
This commit is contained in:
@@ -38,12 +38,13 @@ public:
|
||||
bool buttonsAreInside() const;
|
||||
size_t size() const;
|
||||
|
||||
void updatePosition(const QRect &selection);
|
||||
void setButtons(const QVector<CaptureButton*>);
|
||||
bool contains(const QPoint &p) const;
|
||||
void updateScreenRegions(const QVector<QRect> &rects);
|
||||
void updateScreenRegions(const QRect &rect);
|
||||
|
||||
public slots:
|
||||
void updatePosition(const QRect &selection);
|
||||
void hide();
|
||||
void show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user