Skip to content

Commit cc496f4

Browse files
Fix jason edit mac (#1791)
* Condition wx.SetExtraStyle on MacOS * Remove not needed style in JSON Editor
1 parent 67dfbc0 commit cc496f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/editor/kweditor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ def OnJsonEditor(self, event=None):
788788
event.Skip()
789789
dialog = Dialog()
790790
dialog.SetTitle('JSON Editor')
791-
dialog.SetExtraStyle(wx.RESIZE_BORDER)
792791
dialog.SetSizer(wx.BoxSizer(wx.HORIZONTAL))
793792
okBtn = wx.Button(dialog, wx.ID_OK, "Save")
794793
cnlBtn = wx.Button(dialog, wx.ID_CANCEL, "Cancel")

0 commit comments

Comments
 (0)