Obsidian-StudiosInc / ecrire

General purpose graphical Text Editor built on the Enlightenment Foundation Libraries (EFL)
GNU General Public License v3.0
7 stars 1 forks source link

Refactor code to alert if need saving without both main menu and toolbar #39

Closed wltjr closed 6 years ago

wltjr commented 6 years ago
Description

The present logic for alerting on close of a modified document relies on boolean checks from either main menu or toolbar. If neither are present, the conditionals fail and there is no alert to save or discard the modified document.

Steps to reproduce
  1. Open ecrire with or without a document
  2. Go to settings
  3. Uncheck both main menu and toolbar
  4. Modify the document
  5. Close the window

There is no alert the document was modified.