View Issue Details

IDProjectCategoryView StatusLast Update
0000157QElectroTechwebsitepublic2021-02-15 00:50
Reporterpboe Assigned Toblack_sun  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformMacBook Pro Retin, 15" end 2013OSmacOS SierraOS Version10.12.6
Summary0000157: cmd-w closes all open projects
Description close (cmd-w) from the menu closes the actual project, but if you use the keyboard shortcut cmd-w all projects are closed.
Steps To Reproduce1. open more than one projects
2. press cmd-w
TagsNo tags attached.

Activities

scorpio810

2018-03-29 12:59

administrator   ~0000333

Confirmed, thanks for report it.

scorpio810

2018-03-30 20:07

administrator   ~0000337

You could try with cmd-F4?

scorpio810

2018-03-31 12:43

administrator   ~0000338

cmd-F4 work but if I change shortcut to cmd-F4 I saw the same thing, perhaps a Qt bug.


    #ifdef Q_OS_MAC
    close_file -> setShortcut(QKeySequence(Qt::CTRL + Qt::Key_F4));
    #else
    close_file -> setShortcut( QKeySequence::Close );
    #endif

black_sun

2018-03-31 13:41

developer   ~0000339

Fixed with commit 5284

Issue History

Date Modified Username Field Change
2018-03-23 10:50 pboe New Issue
2018-03-29 12:59 scorpio810 Note Added: 0000333
2018-03-29 15:40 black_sun Assigned To => black_sun
2018-03-29 15:40 black_sun Status new => assigned
2018-03-30 20:07 scorpio810 Note Added: 0000337
2018-03-31 12:43 scorpio810 Note Added: 0000338
2018-03-31 13:41 black_sun Status assigned => resolved
2018-03-31 13:41 black_sun Resolution open => fixed
2018-03-31 13:41 black_sun Note Added: 0000339
2021-02-15 00:45 user245 Fixed in Version => SVN/trunk
2021-02-15 00:46 user245 Product Version => SVN/trunk
2021-02-15 00:50 user245 Category Diagram Editor => website