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
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ namespace Automation4 {
|
|||
// ProgressSink
|
||||
|
||||
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)
|
||||
, data_updated(false)
|
||||
, cancelled(false)
|
||||
|
|
Loading…
Reference in a new issue