3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

"Status Bar" menu entry not updated on switching child window #50

Closed codeling closed 1 year ago

codeling commented 4 years ago

The "Status Bar" menu entry in the "Window" menu should always reflect whether the currently active window does show its status bar; currently, its checked state only changes whenever the user clicks on it; it should however also adapt to the viewing state of the status bar if another window is activated.

Steps to reproduce:

Hint: open_iA uses an mdi area with multiple MDI windows; MainWindow::updateMenus is called whenever the user switches between different mdi windows (via the QMdiArea::subWindowActivated signal).

codeling commented 1 year ago

Status bars are now completely removed in main/develop in favor of a job list widget (where all running operations are listed with their progress).