Skip to content

Commit

Permalink
Merge pull request #20 from jrgnicho/fix-context-menu-in-detailed-plugin
Browse files Browse the repository at this point in the history
Issue #19  fix to show context menu on arni_rqt_detail_plugin
  • Loading branch information
matt3o committed Dec 18, 2017
2 parents 3ae8c7c + 6ae9266 commit 7fbef20
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
from python_qt_binding.QtGui import *
except ImportError:
from python_qt_binding.QtCore import QSortFilterProxyModel
from python_qt_binding.QtWidgets import QWidget
from python_qt_binding.QtWidgets import *


from python_qt_binding.QtGui import QAction
from python_qt_binding.QtCore import QPoint

Expand Down

0 comments on commit 7fbef20

Please sign in to comment.