Mon, 13 Jan 2014 16:00:31 +0200
- changed the default color toolbar
changelog.txt | file | annotate | diff | comparison | revisions | |
src/gui.cc | file | annotate | diff | comparison | revisions |
--- a/changelog.txt Mon Jan 13 10:10:32 2014 +0200 +++ b/changelog.txt Mon Jan 13 16:00:31 2014 +0200 @@ -53,6 +53,7 @@ and the algorithm can terminate early, hopefully this will save a few cycles on large parts. - The camera icons now draw real tooltips instead of emulated ones. - Color icon border now reflects the color's edge color. +- Changed the default color toolbar to have a wider range of colors. No need for transparent ones. - Fixed: When rotating subfiles, the scale was treated incorrectly due to bad operand order in matrix multiplication, causing unwanted morphing. - [Linux] Fixed: If an external program is attempted to be launched requiring Wine but with Wine missing,
--- a/src/gui.cc Mon Jan 13 10:10:32 2014 +0200 +++ b/src/gui.cc Mon Jan 13 16:00:31 2014 +0200 @@ -54,7 +54,7 @@ static bool g_isSelectionLocked = false; cfg (Bool, lv_colorize, true); -cfg (String, gui_colortoolbar, "16:24:|:1:2:4:14:0:15:|:33:34:36:46"); +cfg (String, gui_colortoolbar, "16:24:|:4:25:14:27:2:3:11:1:22:|:0:72:71:15"); cfg (Bool, gui_implicitfiles, false); extern_cfg (List, io_recentfiles); extern_cfg (Bool, gl_axes);