check for stylesheet in import scripts

This commit is contained in:
GenevensiS
2026-01-04 04:59:34 +01:00
parent dc27a13d8d
commit 099c5ae738
2 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
// ----------------------------------------------------------------------------- : WebRequestWindow
WebRequestWindow::WebRequestWindow(const String& url, bool sizer)
: wxDialog(wxTheApp->GetTopWindow(), wxID_ANY, _TITLE_("web request"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
: wxDialog(NULL, wxID_ANY, _TITLE_("web request"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxDIALOG_NO_PARENT)
{
// init controls
info = new wxStaticText(this, -1, _LABEL_("web request address"));