View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016984 | Scribus | Scripter | public | 2023-07-29 07:27 | 2023-07-29 18:55 |
Reporter | ale | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.7.0.svn | ||||
Summary | 0016984: scribus.docChanged(True) has no effect | ||||
Description | the `scribus.docChanged(True)` command does not mark the document as dirty nor activates the "file > revert to saved" menu item. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
It also seems that ScribusMainWindow::slotDocCh(bool /*reb*/) does not use its argument anymore. It might be worth to deprecate the scripter's function argument and update its docstring. |
|
I've tried to folow the flow of the code, but I could not find where the signal gets lost... |
|
when trying to close the document, i get asked if i want to save the document: so scribus is indeed notified of the document being dirty. it seems to be something related to the update of the scribus UI... |