mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix colors on the new profile.
This patch fixes the colors on the new profile, the init of the colors map was not being done. This fixes it. A few problems were spotted on the new profile dealing with the ruler graph and a newly added dive, when using the dive add dialog. I'll be on it later. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
04382a1943
commit
5bba84e57f
4 changed files with 3 additions and 11 deletions
2
main.cpp
2
main.cpp
|
@ -21,7 +21,7 @@ int main(int argc, char **argv)
|
|||
|
||||
setup_system_prefs();
|
||||
prefs = default_prefs;
|
||||
|
||||
fill_profile_color();
|
||||
init_ui(&argc, &argv);
|
||||
parse_xml_init();
|
||||
taglist_init_global();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue