Skip to content

Commit 67dfbc0

Browse files
Merge pull request #1677 from scathaig/master
fix crash in Linux after popup window was detached
2 parents 3cb9227 + 6a7e61c commit 67dfbc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/editor/popupwindow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def _detach(self, event):
5454
dlg = HtmlDialog(self._detached_title, self._current_details)
5555
dlg.SetPosition((wx.GetMouseState().x, wx.GetMouseState().y))
5656
dlg.Show()
57-
# if IS_WINDOWS: # DEBUG Should be for all
5857
event.Skip()
5958

6059
def show_at(self, position):

0 commit comments

Comments
 (0)