icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
949 stars 251 forks source link

Fixed bug where extensions are reapplied multiple times #29

Closed awraae closed 7 years ago

awraae commented 7 years ago

Fixed a bug in DesignItem.ReapplyAllExtensions() where extensions were reapplied multiple times. The extensions were being reapplied the same number of times as the total number of extensions applied for the ExtensionServer.

Result was that if ReapplyAllExtensions() was called on a DesignItem with 8 extensions applied from the same ExtensionServer, then all 8 extensions were reapplied 8 times.

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the WPF Designer open source product (the "Contribution"). My Contribution is licensed under the MIT License.

jogibear9988 commented 7 years ago

thx

jogibear9988 commented 7 years ago

Hey, thanks for all your fixes! I've updated also the Nuget Package!

awraae commented 7 years ago

You are welcome! Thanks for your great contribution to this repository.