Skip to content

Commit

Permalink
[TIMOB-13139] Added map images back to the app template
Browse files Browse the repository at this point in the history
  • Loading branch information
pec1985 committed Jun 12, 2014
1 parent 935b262 commit 0185cfb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/tibb/src/NativeAnnotationObject.cpp
Expand Up @@ -63,8 +63,7 @@ int NativeAnnotationObject::initialize()
bubble->setLayoutProperties(new AbsoluteLayoutProperties());

ImageView* bubbleBackground = new ImageView();
QUrl u = QUrl::fromLocalFile(Ti::TiHelper::getAssetPath("map/bubble.png"));
bubbleBackground->setImageSource(u);
bubbleBackground->setImage(bb::cascades::Image(Ti::TiHelper::getAssetPath("map/bubble.png")));

bubbleContent = new Container();
bubbleContent->setLayoutProperties(new AbsoluteLayoutProperties());
Expand Down

0 comments on commit 0185cfb

Please sign in to comment.