closing figures with Ctrl+F4

closing a figure using Ctrl+F4 started pooping a 'save as' dialog, how do I stop this? (I started using R2016a)

1 件のコメント

Jamie
Jamie 2018 年 7 月 5 日
I have this problem also and I haven't found a solution. It is extremely annoying.

サインインしてコメントする。

回答 (1 件)

Jamie
Jamie 2019 年 11 月 18 日

0 投票

I am also having this problem. Yes, it is extremely annoying.
In R2019a it appears to be somehow connected to the menu bar, and if I disable the menu bar, it suppresses the behavior.
This exhibits the problem:
f = figure;
imshow(ones(100));
(press Ctrl-F4)
This does not exhibit the problem:
f = figure('MenuBar', 'none');
imshow(ones(100));
(press Ctrl-F4)
Most of the time I can live without the menu bar, so this is an acceptable workaround.

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

製品

質問済み:

2016 年 8 月 1 日

回答済み:

2019 年 11 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by