mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
d1822b6829
commit
17f67d6106
@@ -237,11 +237,11 @@ namespace BlackGui
|
||||
if (container.size() > asyncThreshold && sort)
|
||||
{
|
||||
// larger container with sorting
|
||||
updateAsync(container, sort);
|
||||
this->updateAsync(container, sort);
|
||||
}
|
||||
else
|
||||
{
|
||||
update(container, sort);
|
||||
this->update(container, sort);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user