Skip to content

SIGBREAKをメニューイベントとして認識している #382

@yamahubuki

Description

@yamahubuki

Ctrl+CのSIGINTは大丈夫ですが、BREAKキー(≒Ctrl+Pause)のSIGBREAKがくると、メニューイベントとしてID=2が飛んできている。
これだとid=2のメニューなのかSIGBREAKなのかわからなくて困る。

なお、

import signal
signal.signal(signal.SIGBREAK,app.hMainView.OnClose)

をやってもダメなようである。

Metadata

Metadata

Assignees

Labels

bugバグちゃん

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions