summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-14 13:44:01 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-14 13:44:01 +0000
commiteb2870eee64151f5778c06bf802b8e6bf1e5264c (patch)
treeda12b169007f012d1e4295811f9ee638d5eb0496 /libs
parenta45aad010f6be34f1b9a28b531458e44ae2d2619 (diff)
Allow a dialogue containing an audioclock to be
activated by a enter button press on the clock. git-svn-id: svn://localhost/ardour2/branches/3.0@10580 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/cairocell.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/cairocell.cc b/libs/gtkmm2ext/cairocell.cc
index 86dac26f2c..f20f537e1b 100644
--- a/libs/gtkmm2ext/cairocell.cc
+++ b/libs/gtkmm2ext/cairocell.cc
@@ -211,7 +211,6 @@ CairoEditableText::CairoEditableText (boost::shared_ptr<CairoFontDescription> fo
set_flags (Gtk::CAN_FOCUS);
set_can_default (true);
- set_receives_default (true);
}
CairoEditableText::~CairoEditableText ()