Open in default frame

This commit is contained in:
Mauricio Baeza 2019-10-15 19:15:07 -05:00
parent bb71fffcd7
commit 611bd77a89
3 changed files with 2 additions and 2 deletions

View File

@ -3548,7 +3548,7 @@ def open_doc(path, **kwargs):
"""
path = _path_url(path)
opt = dict_to_property(kwargs)
doc = get_desktop().loadComponentFromURL(path, '_blank', 0, opt)
doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt)
if doc is None:
return

Binary file not shown.

View File

@ -3548,7 +3548,7 @@ def open_doc(path, **kwargs):
"""
path = _path_url(path)
opt = dict_to_property(kwargs)
doc = get_desktop().loadComponentFromURL(path, '_blank', 0, opt)
doc = get_desktop().loadComponentFromURL(path, '_default', 0, opt)
if doc is None:
return