From b8d5125d6c5bd0d26702d2cccc27e442d59cbb5a Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 28 Jun 2007 23:11:10 +0000 Subject: [PATCH] Tweaked colours of visual typesetting controls. Originally committed to SVN as r1313. --- aegisub/changelog.txt | 7 ++++--- aegisub/video_display_visual.cpp | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/aegisub/changelog.txt b/aegisub/changelog.txt index a4221c397..9514c5a3b 100644 --- a/aegisub/changelog.txt +++ b/aegisub/changelog.txt @@ -25,9 +25,10 @@ Please visit http://aegisub.net to download latest version o Added support for DirectShowSource2 in Avisynth provider if avss.dll is on Aegisub's folder. (AMZ) o Added support to save and load keyframe list files. (AMZ) o Fixed subtitles positioning removing \p tags from the line. (AMZ) - o libass support for subtitles on all platforms (Azzy/AMZ) - o CSRI support for subtitles on all platforms (equinox/AMZ) - o Framegrabs from the video now also includes framenumber in the filename (jfs) + o libass support for subtitles on all platforms. (Azzy/AMZ) + o CSRI support for subtitles on all platforms. (equinox/AMZ) + o Framegrabs from the video now also includes framenumber in the filename. (jfs) + o Added a toggleable overscan mask to show which areas might get cropped by televisions. (AMZ) - Visual Typesetting functionality implemented, which should make typesetting much easier and faster. It supports: (AMZ) o Dragging; o Rotation on Z axis; diff --git a/aegisub/video_display_visual.cpp b/aegisub/video_display_visual.cpp index 184245c66..d3bc52680 100644 --- a/aegisub/video_display_visual.cpp +++ b/aegisub/video_display_visual.cpp @@ -65,7 +65,8 @@ VideoDisplayVisual::VideoDisplayVisual(VideoDisplay *par) { mode = -1; SetMode(0); colour[0] = wxColour(27,60,114); - colour[1] = wxColour(175,219,254); + //colour[1] = wxColour(175,219,254); + colour[1] = wxColour(166,247,177); colour[2] = wxColour(255,255,255); colour[3] = wxColour(187,0,0); }