~azzar1/unity/fix-870143

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/StaticCairoText.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-01-07 17:09:23 UTC
  • mfrom: (1793.2.25 unity)
  • Revision ID: azzaronea@gmail.com-20120107170923-1u8ih02tjpvac3tl
Fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  _fontstring = NULL;
64
64
 
65
65
  _accept_key_nav_focus = false;
 
66
  SetAcceptKeyNavFocusOnMouseDown(false);
66
67
}
67
68
 
68
69
StaticCairoText::~StaticCairoText()