~hikiko/unity/unity.new-previews

« back to all changes in this revision

Viewing changes to dash/previews/MusicPreview.cpp

  • Committer: Eleni Maria Stea
  • Date: 2014-05-30 09:17:10 UTC
  • Revision ID: elenimaria.stea@canonical.com-20140530091710-rpq90pj78v937z8g
quick backup - general fixes in previews

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
  if (image_)
321
321
    image_->scale = scale;
322
322
 
 
323
  if (preview_info_hints_)
 
324
    preview_info_hints_->scale = scale;
 
325
 
323
326
  Preview::UpdateScale(scale);
324
327
}
325
328