Skip to content

Commit

Permalink
#558 update default unsel transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 17, 2017
1 parent 9600b30 commit 3a0178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GdaConst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ wxFont* GdaConst::large_font = 0;

bool GdaConst::use_cross_hatching = false;
int GdaConst::transparency_highlighted = 255;
int GdaConst::transparency_unhighlighted = 190;
int GdaConst::transparency_unhighlighted = 100;
int GdaConst::transparency_map_on_basemap = 200;
bool GdaConst::use_basemap_by_default = false;
int GdaConst::default_basemap_selection = 0;
Expand Down

0 comments on commit 3a0178e

Please sign in to comment.