Skip to content

Commit fc83bf3

Browse files
committed
Remove MessageBoxPage InputBehind from example
1 parent 7b5e1c3 commit fc83bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/main.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class MessageBoxPage : public na::PageWidget
2222
}
2323

2424
virtual bool DrawBehind() { return true; }
25-
virtual bool InputBehind() { return true; }
2625
};
2726

2827
class ExamplePage : public na::PageWidget

0 commit comments

Comments
 (0)