forked from organicmaps/organicmaps
[desktop] Fixes blue bookmarks color invisible in the dark mode
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
21f70728d7
commit
25914b02e4
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ void BookmarkDialog::FillTree()
|
|||
true /* withComma */);
|
||||
}
|
||||
auto bookmarkItem = CreateTreeItem(name + " (Bookmark)", categoryItem);
|
||||
bookmarkItem->setForeground(0, Qt::blue);
|
||||
m_bookmarks[bookmarkItem] = bookmarkId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue