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:
Niels Martin Hansen 2008-01-24 10:33:32 +00:00
parent 3d9eb3eba0
commit 260c2b5cb2

View file

@ -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)