Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Correct closeAllFiles() return value #837

Closed in3otd closed 6 years ago

in3otd commented 6 years ago

Fixes #834

A bug was introduced in #708 (62ff9b0f417285a49f4c4dfb0913394d59b8216f) as the closeAllFiles() function return value when there were no tabs open was accidentally changed from true to false.

guitorri commented 6 years ago

Ideally bugfixes should go on the release branch (if there is one), and then merged back into develop. I guess I will just cherry-pick. Thank you for the quick fix.