~unity-team/unity/trusty-1368427

« back to all changes in this revision

Viewing changes to dash/ScopeBar.cpp

  • Committer: CI bot
  • Author(s): Stephen M. Webb, Marco Trevisan (Treviño), Andrea Azzarone, Pawel Szubert, Chris Townsend, Andrea Azzarone, Eleni Maria Stea
  • Date: 2014-08-26 13:48:28 UTC
  • mfrom: (3800.1.24 prepare-7.2.3-SRU)
  • Revision ID: ps-jenkins@lists.canonical.com-20140826134828-fkev1oisyfl9kbt3
Prepare fixes for upstream micro-release 7.2.3. Fixes: 1283415, 1292391, 1306211, 1312107, 1320051, 1320071, 1324114, 1339629, 1340171, 1340394, 1340477, 1340992, 1340996, 1342208, 1342731, 1347735

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "unity-shared/StaticCairoText.h"
28
28
#include "unity-shared/CairoTexture.h"
29
29
#include "unity-shared/GraphicsUtils.h"
30
 
#include "unity-shared/RawPixel.h"
31
30
#include "unity-shared/UBusMessages.h"
32
31
 
33
32
namespace unity
71
70
 
72
71
  for (auto icon : icons_)
73
72
    icon->scale = scale;
 
73
 
 
74
  QueueDraw();
 
75
  QueueRelayout();
74
76
}
75
77
 
76
78
void ScopeBar::SetupLayout()