mirror of https://github.com/odrling/Aegisub
Possible fix for #643, but needs to be checked against other versions of wx, and whether it looks right on other OS'es.
Originally committed to SVN as r1826.
This commit is contained in:
parent
3d9eb3eba0
commit
260c2b5cb2
|
@ -337,7 +337,7 @@ namespace Automation4 {
|
||||||
// ProgressSink
|
// ProgressSink
|
||||||
|
|
||||||
ProgressSink::ProgressSink(wxWindow *parent)
|
ProgressSink::ProgressSink(wxWindow *parent)
|
||||||
: wxDialog(parent, -1, _T("Automation"), wxDefaultPosition, wxDefaultSize, wxDOUBLE_BORDER)
|
: wxDialog(parent, -1, _T("Automation"), wxDefaultPosition, wxDefaultSize, wxBORDER_RAISED)
|
||||||
, debug_visible(false)
|
, debug_visible(false)
|
||||||
, data_updated(false)
|
, data_updated(false)
|
||||||
, cancelled(false)
|
, cancelled(false)
|
||||||
|
|
Loading…
Reference in New Issue