View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000157 | QElectroTech | website | public | 2018-03-23 10:50 | 2021-02-15 00:50 |
Reporter | pboe | Assigned To | black_sun | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | MacBook Pro Retin, 15" end 2013 | OS | macOS Sierra | OS Version | 10.12.6 |
Summary | 0000157: 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 Reproduce | 1. open more than one projects 2. press cmd-w | ||||
Tags | No tags attached. | ||||
|
Confirmed, thanks for report it. |
|
You could try with cmd-F4? |
|
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 |
|
Fixed with commit 5284 |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-23 10:50 | pboe | New Issue | |
2018-03-29 12:59 | scorpio810_mantis | 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_mantis | Note Added: 0000337 | |
2018-03-31 12:43 | scorpio810_mantis | 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 |
|
Fixed in Version | => SVN/trunk |
2021-02-15 00:46 |
|
Product Version | => SVN/trunk |
2021-02-15 00:50 |
|
Category | Diagram Editor => website |