mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Ide/Browser: Topic dark theme adjustment.
git-svn-id: svn://ultimatepp.org/upp/trunk@13064 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2d257d6b47
commit
dcb2f2a847
2 changed files with 33 additions and 20 deletions
|
|
@ -156,7 +156,7 @@ void TopicCtrl::SyncDocTree()
|
|||
int ide = 0;
|
||||
bool idefirst = true;
|
||||
if(MatchTopicLink(sTopicHome, sdx)) {
|
||||
ide = AddTree(0, IdeImg::Package(), sTopicHome, s_idehelp);
|
||||
ide = AddTree(0, IdeImg::MainPackage(), sTopicHome, s_idehelp);
|
||||
idefirst = false;
|
||||
}
|
||||
for(int i = 0; i < idelink.GetCount(); i++) {
|
||||
|
|
@ -210,14 +210,14 @@ void TopicCtrl::SyncDocTree()
|
|||
int pd;
|
||||
if(used.Find(tl.package) >= 0) {
|
||||
if(usedfirst) {
|
||||
usid = AddTree(0, IdeImg::Package(), Null, s_usedpackages);
|
||||
usid = AddTree(0, IdeImg::MainPackage(), Null, s_usedpackages);
|
||||
usedfirst = false;
|
||||
}
|
||||
pd = usid;
|
||||
}
|
||||
else {
|
||||
if(otherfirst) {
|
||||
otid = AddTree(0, IdeImg::Package(), Null, s_otherpackages);
|
||||
otid = AddTree(0, IdeImg::MainPackage(), Null, s_otherpackages);
|
||||
otherfirst = false;
|
||||
}
|
||||
pd = otid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue