We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb9227 + 6a7e61c commit 67dfbc0Copy full SHA for 67dfbc0
src/robotide/editor/popupwindow.py
@@ -54,7 +54,6 @@ def _detach(self, event):
54
dlg = HtmlDialog(self._detached_title, self._current_details)
55
dlg.SetPosition((wx.GetMouseState().x, wx.GetMouseState().y))
56
dlg.Show()
57
- # if IS_WINDOWS: # DEBUG Should be for all
58
event.Skip()
59
60
def show_at(self, position):
0 commit comments