tag editor: refresh filename parser windows properly
This commit is contained in:
@@ -210,10 +210,15 @@ void TagEditor::Refresh()
|
|||||||
mvvline(MainStartY, RightColumnStartX-1, 0, MainHeight);
|
mvvline(MainStartY, RightColumnStartX-1, 0, MainHeight);
|
||||||
Tags->Display();
|
Tags->Display();
|
||||||
|
|
||||||
if (w == FParser)
|
if (w == FParserDialog)
|
||||||
FParserHelper->Display();
|
{
|
||||||
else if (w == FParserHelper)
|
FParserDialog->Display();
|
||||||
|
}
|
||||||
|
else if (w == FParser || w == FParserHelper)
|
||||||
|
{
|
||||||
FParser->Display();
|
FParser->Display();
|
||||||
|
FParserHelper->Display();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TagEditor::Update()
|
void TagEditor::Update()
|
||||||
|
|||||||
Reference in New Issue
Block a user