ShadowKyogre / ChronosLNX

A simple tool for checking planetary hours and the moon phase.
http://shadowkyogre.github.com/ChronosLNX/
GNU General Public License v3.0
5 stars 1 forks source link

App closes when "Info for Date" dialog is shown while the main dialog is closed #1

Closed ShadowKyogre closed 12 years ago

ShadowKyogre commented 12 years ago

Exactly what the title says, and it probably has to do with how Qt handles window closing. I could do either one of two things:

ShadowKyogre commented 12 years ago

Found a similar issue and a fix. Will be adding to next commit.

[EDIT] Found out where it happens. It's with the calendar menu's menu: http://pastebin.com/BvNx9wdk Also happens here: http://pastebin.com/FAAT2Ddd

ShadowKyogre commented 12 years ago

I might have solved this by setting the calendar menu's parent (since opening a bunch of these dialogs didn't seem to affect its operation after I did this). I'm going to close this issue for now.