Skip to content

Commit

Permalink
Remove problematic and propbably not needed update call
Browse files Browse the repository at this point in the history
  • Loading branch information
parnold-x committed Jul 31, 2021
1 parent 793668b commit 8d24ba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OpenBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public class OpenBox : Gtk.Box {

this.show ();
grab_focus ();
update ();
this.open_mode = true;
controller.input.source_view.editable = false;
}
Expand Down Expand Up @@ -182,4 +181,4 @@ public class OpenBox : Gtk.Box {
source_list.scroll_to_item (fav_sheet);
footer.update_ui ();
}
}
}

0 comments on commit 8d24ba2

Please sign in to comment.