View Issue Details

IDProjectCategoryView StatusLast Update
0000347Far ManagerPanel.Infopublic2007-11-01 15:44
Reporterchupakabra Assigned Toalexy  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.80 alpha 1 
Summary0000347: Отрисовка рамок при выводе информации о панели плагина (Ctrl+L)
DescriptionПри отрисовке рамки не используется BoxSymbols[]
TagsNo tags attached.
Build318

Activities

2007-10-31 16:58

 

infolist.cpp.diff (691 bytes)   
*** infolist.cpp	Thu Nov  1 00:44:26 2007
--- infolist.cpp.new	Thu Nov  1 00:42:51 2007
*************** void InfoList::ShowDirDescription()
*** 525,531 ****
  void InfoList::ShowPluginDescription()
  {
    Panel *AnotherPanel;
!   static wchar_t VertcalLine[2]={0xBA,0x00}; //BUGBUG
    AnotherPanel=CtrlObject->Cp()->GetAnotherPanel(this);
    if (AnotherPanel->GetMode()!=PLUGIN_PANEL)
      return;
--- 525,531 ----
  void InfoList::ShowPluginDescription()
  {
    Panel *AnotherPanel;
!   static wchar_t VertcalLine[2]={BoxSymbols[0xBA-0xB0],0x00};
    AnotherPanel=CtrlObject->Cp()->GetAnotherPanel(this);
    if (AnotherPanel->GetMode()!=PLUGIN_PANEL)
      return;
infolist.cpp.diff (691 bytes)   

alexy

2007-11-01 15:44

administrator   bugnote:0000737

318

Issue History

Date Modified Username Field Change
2007-10-31 16:58 chupakabra New Issue
2007-10-31 16:58 chupakabra File Added: infolist.cpp.diff
2007-11-01 15:33 alexy Status new => assigned
2007-11-01 15:33 alexy Assigned To => alexy
2007-11-01 15:44 alexy Build => 318
2007-11-01 15:44 alexy Status assigned => closed
2007-11-01 15:44 alexy Note Added: 0000737
2007-11-01 15:44 alexy Resolution open => fixed
2007-11-01 15:44 alexy Fixed in Version => 1.80 alpha 1