From adc9ebd4ac938f16f804943139768b269bf4b497 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Mon, 10 Sep 2007 09:57:56 +0000 Subject: Bugfixes, plot axes labels, MANIFEST update --- (limited to 'layout.py') diff --git a/layout.py b/layout.py index 4f748c2..ca1ea35 100644 --- a/layout.py +++ b/layout.py @@ -144,6 +144,7 @@ class CalcLayout: def show_it(self): self._parent.set_canvas(self.grid) self._parent.show_all() + self.text_entry.grab_focus() def show_history(self, window_list): if self.history is None: -- cgit v0.9.1