From 260c2b5cb20326fb27c64959a5fad5f93e8ec03a Mon Sep 17 00:00:00 2001
From: Niels Martin Hansen <nielsm@aegisub.org>
Date: Thu, 24 Jan 2008 10:33:32 +0000
Subject: [PATCH] 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.
---
 aegisub/auto4_base.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/auto4_base.cpp b/aegisub/auto4_base.cpp
index f1ae115c5..3d02a9e58 100644
--- a/aegisub/auto4_base.cpp
+++ b/aegisub/auto4_base.cpp
@@ -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)
-- 
GitLab