spyoungtech / FreeSimpleGUI

The free-forever GUI library
GNU Lesser General Public License v3.0
229 stars 27 forks source link

Error calling the button color chooser #18

Open pgoetzke opened 3 weeks ago

pgoetzke commented 3 weeks ago

In line 5499 of the FreeSimpleGUI.py file, the attempt to use the Button Color Chooser leads to the error message: "AttributeError: 'Button' object has no attribute 'default_color'". The problem can be solved locally by removing the attribute "color=self.default_color". But of course the error occurs again with every new installation, especially in the pipeline. Best regards

spyoungtech commented 3 weeks ago

Thanks for the report. Can you please share some minimal code that can be used to reproduce this problem?