fixed syntax
This commit is contained in:
@@ -239,7 +239,7 @@ bool PortfolioApp::OnEvent(Event event)
|
||||
return true;
|
||||
}
|
||||
if (event == Event::ArrowLeft)
|
||||
{/.
|
||||
{
|
||||
SwitchPage((current_page_ - 1 + pages_.size()) % pages_.size());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user