forked from mia/Aegisub
Tweaked colours of visual typesetting controls.
Originally committed to SVN as r1313.
This commit is contained in:
parent
ec9f32b670
commit
b8d5125d6c
2 changed files with 6 additions and 4 deletions
|
@ -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 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 Added support to save and load keyframe list files. (AMZ)
|
||||||
o Fixed subtitles positioning removing \p tags from the line. (AMZ)
|
o Fixed subtitles positioning removing \p tags from the line. (AMZ)
|
||||||
o libass support for subtitles on all platforms (Azzy/AMZ)
|
o libass support for subtitles on all platforms. (Azzy/AMZ)
|
||||||
o CSRI support for subtitles on all platforms (equinox/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 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)
|
- Visual Typesetting functionality implemented, which should make typesetting much easier and faster. It supports: (AMZ)
|
||||||
o Dragging;
|
o Dragging;
|
||||||
o Rotation on Z axis;
|
o Rotation on Z axis;
|
||||||
|
|
|
@ -65,7 +65,8 @@ VideoDisplayVisual::VideoDisplayVisual(VideoDisplay *par) {
|
||||||
mode = -1;
|
mode = -1;
|
||||||
SetMode(0);
|
SetMode(0);
|
||||||
colour[0] = wxColour(27,60,114);
|
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[2] = wxColour(255,255,255);
|
||||||
colour[3] = wxColour(187,0,0);
|
colour[3] = wxColour(187,0,0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue