You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the same file in another editor, and make a change to it (and save the change).
Go back to SLiMgui, and get the dialog:
File test2.slim has been modified externally (on disk); do you wish to reload it?
Desired behavior: clicking "No" makes the dialog go away.
Actual behavior: clicking "No" makes the dialog reappear. The only way to exit this that I can find is to kill SLiMgui.
Other odd things happen: for instance, if instead of clicking on the dialog, I just move the dialog window out of the way, then another one appears in it's place:
However, clicking "Yes" on the first dialog box works fine (but, not subsequent ones).
The text was updated successfully, but these errors were encountered:
Hmm, not great. Funny, I tested it thoroughly when I implemented this feature a while back; I wonder what changed? Are you running with Qt5 or Qt6? (The About panel will tell you.) As for the risk of losing changes you forgot to save, note that SLiMgui does have an autosave feature, which you can turn on in the Preferences panel.
I'm using GUI version 5.3, Qt 5.15.13, Git-SHA-1 f872f3d. I could upgrade to Qt6 if you like?
Well, I have no idea whether it would fix this issue or not, but if it's easy for you to do so, sure, why not? Let's obtain that data point. I think it's probably a good idea for everybody who isn't on an ancient platform to be on Qt6 now anyhow; there haven't been any reported problems with the switch, and it is likely to fix random little bugs.
To replicate:
Desired behavior: clicking "No" makes the dialog go away.
Actual behavior: clicking "No" makes the dialog reappear. The only way to exit this that I can find is to kill SLiMgui.
Other odd things happen: for instance, if instead of clicking on the dialog, I just move the dialog window out of the way, then another one appears in it's place:
However, clicking "Yes" on the first dialog box works fine (but, not subsequent ones).
The text was updated successfully, but these errors were encountered: