forked from organicmaps/organicmaps
[Tizen] BookMark load problem.
This commit is contained in:
parent
e15f6ee167
commit
72a9bf3d36
1 changed files with 2 additions and 0 deletions
|
@ -30,7 +30,9 @@ Framework::Framework(Tizen::Ui::Controls::Form * form)
|
|||
pContext->makeCurrent();
|
||||
m_context.reset(pContext);
|
||||
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
::Framework * pFramework = GetInstance();
|
||||
pFramework->LoadBookmarks();
|
||||
VideoTimer1 * m_VideoTimer = new VideoTimer1(bind(&Framework::Draw, this));
|
||||
RenderPolicy::Params params;
|
||||
params.m_screenHeight = form->GetBounds().height - form->GetClientAreaBounds().y;
|
||||
|
|
Loading…
Add table
Reference in a new issue