This commit is contained in:
Родитель
67f8839771
Коммит
991e01f150
|
@ -318,7 +318,7 @@ class CandidatePanel(gtk.VBox):
|
|||
self.__check_show_states()
|
||||
|
||||
def hide_lookup_table(self):
|
||||
self.__lookup_table_visble = False
|
||||
self.__lookup_table_visible = False
|
||||
self.__candidate_area.hide_all()
|
||||
self.__candidate_area.set_no_show_all(True)
|
||||
self.__check_show_states()
|
||||
|
@ -354,6 +354,7 @@ class CandidatePanel(gtk.VBox):
|
|||
self.show_all()
|
||||
self.emit("show")
|
||||
else:
|
||||
self.show_all()
|
||||
self.hide_all()
|
||||
self.emit("hide")
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ class Panel(ibus.PanelBase):
|
|||
self.__candidate_panel.show_preedit()
|
||||
|
||||
def hide_preedit_string(self):
|
||||
print "hide preedit"
|
||||
self.__candidate_panel.hide_preedit()
|
||||
|
||||
def update_aux_string(self, text, attrs, visible):
|
||||
|
|
Загрузка…
Ссылка в новой задаче