mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fix Segfault with Extra Widgets
This commit is contained in:
parent
5b0ef4c445
commit
34387c74b1
@ -17,7 +17,9 @@ void MemoryDockWidget::handleRaiseMemoryWidget(CutterCore::MemoryWidgetType rais
|
||||
}
|
||||
|
||||
if (raiseType == mType) {
|
||||
getBoundAction()->setChecked(true);
|
||||
if (getBoundAction()) {
|
||||
getBoundAction()->setChecked(true);
|
||||
}
|
||||
|
||||
show();
|
||||
raise();
|
||||
|
Loading…
Reference in New Issue
Block a user