View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001860 | Far Manager | Panel.Info | public | 2011-08-24 21:55 | 2011-08-25 06:55 |
| 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 | 0001860: В CtrlL текстовые метки из плагина отрисовываются цветом рамки | ||||
| Description | а нужно - цветом COL_PANELTEXT | ||||
| Tags | No tags attached. | ||||
| Build | 2166 | ||||
|
|
infolist.110824.diff (494 bytes)
Index: infolist.cpp
===================================================================
--- infolist.cpp (revision 6615)
+++ infolist.cpp (working copy)
@@ -644,10 +644,12 @@
DrawSeparator(Y);
TruncStr(strTitle,X2-X1-3);
GotoXY(X1+(X2-X1-(int)strTitle.GetLength())/2,Y);
+ SetColor(COL_PANELTEXT);
PrintText(strTitle);
}
else
{
+ SetColor(COL_PANELTEXT);
PrintText(NullToEmpty(InfoLine->Text));
PrintInfo(NullToEmpty(InfoLine->Data));
}
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-08-24 21:55 | Maximus | New Issue | |
| 2011-08-24 21:55 | Maximus | File Added: infolist.110824.diff | |
| 2011-08-25 06:55 | DrKnS | Build | => 2166 |
| 2011-08-25 06:55 | DrKnS | Status | new => closed |
| 2011-08-25 06:55 | DrKnS | Assigned To | => DrKnS |
| 2011-08-25 06:55 | DrKnS | Resolution | open => fixed |
| 2011-08-25 06:55 | DrKnS | Fixed in Version | => 3.0 |