Is it possible to change marker's color?

Asked by azlk

First, this is the best screenshot application I ever had on my desktop!

One thing: unfortunately, that greeny-yellowish marker color is hardly visible on some backgrounds...
Is there a way to change the color? It would be nice to have this feature available from program interface in the future, but maybe we could change it somewhere directly in code meanwhile?
Alexandr

Question information

Language:
English Edit question
Status:
Solved
For:
Shutter Edit question
Assignee:
No assignee Edit question
Solved by:
Mario Kemper (Romario)
Solved:
Last query:
Last reply:
Revision history for this message
Best Mario Kemper (Romario) (mario-kemper) said :
#1

Is should be possible to change the color (the toolbar at the bottom), but something is broken here - the color changes back to default when starting a new line.
There are two possibilities:

1) After highlighting something select the line and change the line color (toolbar or via right-click > properties)
2) Change the default color in code (search for a file named DrawingTool.pm). Change the color here:
http://bazaar.launchpad.net/~mario-kemper/shutter/devel/view/head:/share/shutter/resources/modules/Shutter/Draw/DrawingTool.pm#L7085

Revision history for this message
azlk (phg-azlk) said :
#2

Oh, thanks a lot! That's more than enough, I didn't notice :-(

Revision history for this message
azlk (phg-azlk) said :
#3

Thanks Mario Kemper (Romario), that solved my question.