Skip to content
  • Michael Natterer's avatar
    gtk: remove begin-user-action/end-user-action around copying · 7eedb7a0
    Michael Natterer authored
    Copying to the clipboard is not a buffer mutation, so calling
    gtk_text_buffer_begin_user_action() and _end_user_action() is only
    confusing apps which connect to these signals in order to build undo
    stacks or otherwise track buffer changes. Most likely, these apps
    either didn't notice the bugus undo step or simply work around it.
    7eedb7a0