Skip to content

Commit 8895d25

Browse files
committed
修复了编译错误
1 parent 0e94ba5 commit 8895d25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/Widget.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,8 @@ class Toggle : public Widget {
11791179
virtual void releaseMouseOwningFlag(const mouse_msg& msg) override;
11801180
virtual void catchMouseOwningFlag(const mouse_msg& msg) override;
11811181

1182+
bool isBackendDirty() const override;
1183+
11821184
protected:
11831185
double cx, cy;
11841186
double width, height, scale = 1.0;

0 commit comments

Comments
 (0)