mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +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) {
|
if (raiseType == mType) {
|
||||||
getBoundAction()->setChecked(true);
|
if (getBoundAction()) {
|
||||||
|
getBoundAction()->setChecked(true);
|
||||||
|
}
|
||||||
|
|
||||||
show();
|
show();
|
||||||
raise();
|
raise();
|
||||||
|
Loading…
Reference in New Issue
Block a user