View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001820 | Far Manager | Files Highlighting | public | 2011-07-01 19:39 | 2011-07-01 20:23 |
Reporter | Maximus | Assigned To | DrKnS | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0001820: Ошибка отрисовки панели при OPIF_DISABLEHIGHLIGHTING | ||||
Description | Если плагин выставил флаг OPIF_DISABLEHIGHLIGHTING то все элементы отображаются серым на черном (пофиг на палитру фара и курсор). | ||||
Tags | No tags attached. | ||||
Build | 2092 | ||||
|
Highlight110701.diff (367 bytes)
Index: flshow.cpp =================================================================== --- flshow.cpp (revision 6399) +++ flshow.cpp (working copy) @@ -456,7 +456,7 @@ ColorAttr=ListData[Position]->Colors.Color[ColorType][Pos]; - if (!Opt.Highlight) + if (!ColorAttr.Flags || !Opt.Highlight) ColorAttr=ColorIndexToColor(PalColor[Pos]); } |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-07-01 19:39 | Maximus | New Issue | |
2011-07-01 19:39 | Maximus | File Added: Highlight110701.diff | |
2011-07-01 20:23 | DrKnS | Build | => 2092 |
2011-07-01 20:23 | DrKnS | Status | new => closed |
2011-07-01 20:23 | DrKnS | Assigned To | => DrKnS |
2011-07-01 20:23 | DrKnS | Resolution | open => fixed |
2011-07-01 20:23 | DrKnS | Fixed in Version | => 3.0 |