mirror of https://github.com/odrling/Aegisub
Actually use the selection foreground color for selected rows in the grid
Originally committed to SVN as r6029.
This commit is contained in:
parent
6ee6e10117
commit
95fe6a523f
|
@ -487,7 +487,7 @@ void BaseGrid::DrawImage(wxDC &dc, bool paint_columns[]) {
|
|||
|
||||
// Row colors
|
||||
wxColour text_standard(lagi_wxColour(OPT_GET("Colour/Subtitle Grid/Standard")->GetColour()));
|
||||
wxColour text_selection(lagi_wxColour(OPT_GET("Colour/Subtitle Grid/Standard")->GetColour()));
|
||||
wxColour text_selection(lagi_wxColour(OPT_GET("Colour/Subtitle Grid/Selection")->GetColour()));
|
||||
wxColour text_collision(lagi_wxColour(OPT_GET("Colour/Subtitle Grid/Collision")->GetColour()));
|
||||
|
||||
wxBrush rowColors[] = {
|
||||
|
|
Loading…
Reference in New Issue