Skip to content

Commit

Permalink
Fixes p-e-w#193.
Browse files Browse the repository at this point in the history
  • Loading branch information
RedHatter committed Nov 15, 2015
1 parent f034b0b commit ee269d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FinalTerm.vala
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ public class FinalTerm : Gtk.Application {
// Enable background transparency
main_window.app_paintable = true;
main_window.set_visual(main_window.screen.get_rgba_visual());
main_window.notify["is-active"].connect (() => {
if(!main_window.is_active)
autocompletion.hide_popup();
});

var nesting_container = new NestingContainer(() => {
var terminal_widget = new TerminalWidget();
Expand Down

0 comments on commit ee269d7

Please sign in to comment.