forked from organicmaps/organicmaps
new name for some resources
This commit is contained in:
parent
4140b7552a
commit
1747c1291b
2 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ namespace android
|
|||
|
||||
graphics::EDensity const density = m_work.GetRenderPolicy()->Density();
|
||||
m_images[IMAGE_PLUS] = ImageT("plus.png", density);
|
||||
m_images[IMAGE_ARROW] = ImageT("right-arrow.png", density);
|
||||
m_images[IMAGE_ARROW] = ImageT("arrow.png", density);
|
||||
|
||||
m_work.SetUpdatesEnabled(true);
|
||||
m_work.EnterForeground();
|
||||
|
|
|
@ -266,8 +266,8 @@ namespace qt
|
|||
}
|
||||
|
||||
graphics::EDensity const density = m_framework->GetRenderPolicy()->Density();
|
||||
m_images[IMAGE_PLUS] = ImageT("plus.png", density);
|
||||
m_images[IMAGE_ARROW] = ImageT("right-arrow.png", density);
|
||||
m_images[IMAGE_PLUS] = new ImageT("plus.png", density);
|
||||
m_images[IMAGE_ARROW] = new ImageT("arrow.png", density);
|
||||
m_isInitialized = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue