Skip to content

Commit

Permalink
Remove MessageBoxPage InputBehind from example
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Aug 2, 2017
1 parent 7b5e1c3 commit fc83bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class MessageBoxPage : public na::PageWidget
}

virtual bool DrawBehind() { return true; }
virtual bool InputBehind() { return true; }
};

class ExamplePage : public na::PageWidget
Expand Down

0 comments on commit fc83bf3

Please sign in to comment.