ui: Scrollbar and dock widget separator style
* defined scrollbar style for Windows and Linux * defined dock widget separator width and color * some style fixes on linux
This commit is contained in:
@@ -228,10 +228,6 @@ void Application::refreshProject(bool force)
|
||||
if (indexing)
|
||||
{
|
||||
m_storageCache->clear();
|
||||
if (m_hasGUI)
|
||||
{
|
||||
m_componentManager->refreshViews();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -309,6 +305,7 @@ void Application::handleMessage(MessageRefresh* message)
|
||||
|
||||
if (m_hasGUI)
|
||||
{
|
||||
m_mainView->refreshView();
|
||||
m_componentManager->refreshViews();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user