Skip to content

Commit

Permalink
Update graphics_view.py by adding the Copy and Paste Functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
athaarnaqvi authored Jul 19, 2024
1 parent b98a85f commit e5fdc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3/graphics_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
from .items.logo_item import LogoItem

log = logging.getLogger(__name__)

isctrlcpressed = False

class GraphicsView(QtWidgets.QGraphicsView):
"""
Expand Down

0 comments on commit e5fdc4e

Please sign in to comment.