luxiaoxun / MapDownloader

Map downloader based on GMap.NET
314 stars 145 forks source link

fix: Null exception of Fill. #11

Open seamory opened 3 years ago

seamory commented 3 years ago

it thorw a Null exception when click "rectangle" in "drawing tool" menu. Detail as follow. Snipaste_2020-12-14_14-43-08 Snipaste_2020-12-14_14-33-11

luxiaoxun commented 3 years ago

你这个fix很奇怪,Stroke 和 Fill都是有默认值的

seamory commented 3 years ago

你这个fix很奇怪,Stroke 和 Fill都是有默认值的

Stroke是有默认值的,但是Fill是确实是Null值。我核查了最近一次提交之前的这部分的相关代码,也有 对Stroke、Fill的判空处理逻辑。

danch15 commented 3 years ago

https://github.com/radioman/greatmaps You also can pull requests here.

seamory commented 3 years ago

https://github.com/radioman/greatmaps You also can pull requests here.

thanks, i'll do it later.