Thanks Peppe

Michaël


Le 02/10/2016 à 13:51, jump-pilot-...@lists.sourceforge.net a écrit :
> Revision: 5039
>            http://sourceforge.net/p/jump-pilot/code/5039
> Author:   ma15569
> Date:     2016-10-02 11:51:41 +0000 (Sun, 02 Oct 2016)
> Log Message:
> -----------
> turned back yellow color  for warnings highlights on status bar
>
> Modified Paths:
> --------------
>      core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java
>
> Modified: 
> core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java
> ===================================================================
> --- core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java   
> 2016-10-01 16:27:24 UTC (rev 5038)
> +++ core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java   
> 2016-10-02 11:51:41 UTC (rev 5039)
> @@ -726,7 +726,7 @@
>           // Aquino]
>           messageText.setForeground(highlighted ? Color.black : 
> coordinateLabel
>                   .getForeground());
> -        messageText.setBackground(highlighted ? Color.green : coordinateLabel
> +        messageText.setBackground(highlighted ? color : coordinateLabel
>                   .getBackground());
>       }
>   
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to