ui: Fixed file title button icon color not changing for top snippet title bar when changing color scheme
This commit is contained in:
@@ -430,6 +430,9 @@ void QtCodeFileList::updateFirstSnippetTitleBar(const QtCodeFile* file, int file
|
||||
}
|
||||
else
|
||||
{
|
||||
// Forces the title button icon to get reloaded next time, which fixes a color change issue when changing
|
||||
// color scheme
|
||||
m_firstSnippetTitleBar->getTitleButton()->setFilePath(FilePath());
|
||||
m_firstSnippetTitleBar->hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user