diff options
| author | Rodrigo Moya <rodrigo.moya@canonical.com> | 2011-03-14 09:51:09 +0100 |
|---|---|---|
| committer | Rodrigo Moya <rodrigo.moya@canonical.com> | 2011-03-14 09:51:09 +0100 |
| commit | 45db67bd84ba4481bcbd3c2cd96aad4be06bebba (patch) | |
| tree | 2a9d2efb29110700974aab90434d23e45ba38e2c /tests | |
| parent | ecce25783c600db11bc6325477e804801e106690 (diff) | |
| parent | ae6f6807927c9c1db882b43477d52fa28a08b75c (diff) | |
Merge from trunk
(bzr r871.5.22)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/TestPlaces.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestPlaces.cpp b/tests/TestPlaces.cpp index e021e544e..bc6eae076 100644 --- a/tests/TestPlaces.cpp +++ b/tests/TestPlaces.cpp @@ -46,6 +46,8 @@ public: _combo = new nux::ComboBoxSimple (NUX_TRACKER_LOCATION); _combo->SetMinimumWidth (150); _combo->sigTriggered.connect (sigc::mem_fun (this, &TestApp::OnComboChangedFoRealz)); + _combo->SetCanFocus (false); + g_debug ("can we focus? %s", _combo->CanFocus () ? "yes :(" : "no! :D"); layout->AddView (_combo, 0, nux::eCenter, nux::eFix); _factory = PlaceFactory::GetDefault (); |
