QAZIMAAZARSHAD / Income-Tax-Calculator

Income Tax Calculation System For A Salaried Person
https://github.com/QAZIMAAZARSHAD/Income-Tax-Calcultor/blob/main/README.md
MIT License
35 stars 58 forks source link

Fixed the error of upper top closing of exit message #102

Closed akash-rajak closed 3 years ago

akash-rajak commented 3 years ago

Issue Number

fixes #100

Describe the changes you've made

Earlier the code was using one boolean variable ans, when it becomes true, then only closes, i removed that ans variable checking and applied messagebox.askokcancel, instead of messagebox.askyesno

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Additional context (OPTIONAL)

Add any other context or screenshots about the feature request here.

Test plan (OPTIONAL)

A good test plan should give instructions that someone else can easily follow. How someone can test your code?

Checklist

Below is the screen shot of bug correction, screenshot with bug,

1

screenshot after correction,

2

akash-rajak commented 3 years ago

@QAZIMAAZARSHAD , i have fixed error of not showing close option at top right of exit message box, check it.