При выполнении FCTL_REDRAWPANEL не обновляется QView

Разработка Far.
Post Reply
Maximus5
Posts: 3295
Joined: Sun 11 Nov, 2007 02:03
Been thanked: 10 times
Contact:

При выполнении FCTL_REDRAWPANEL не обновляется QView

Post by Maximus5 »

Зову это:

Code: Select all

PanelRedrawInfo pri = {anCurItem, anTopItem};
PSI.PanelControl(hPanel, FCTL_REDRAWPANEL, 0, &pri);
Не обновляется QView из-за строчки
if (!ProcessingPluginCommand && LastCurFile!=CurFile)
в FileList::ShowFileList(int Fast=0)

Таки зачем отключено при смене позиции из плагина, или как нормально обновить QView?
Post Reply

Return to “Development”