mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-20 11:28:51 +00:00
Fixed issue for failed build
This commit is contained in:
parent
db4f556f42
commit
dcaedd3b9a
@ -1173,7 +1173,7 @@ void HexWidget::contextMenuEvent(QContextMenuEvent *event)
|
||||
}
|
||||
|
||||
auto coreLock = Core()->core();
|
||||
RZFlagItem *flagItem = rz_flag_get_i(coreLock->flags, cursor.address);
|
||||
RzFlagItem *flagItem = rz_flag_get_i(coreLock->flags, cursor.address);
|
||||
|
||||
if (flagItem == 0x0) {
|
||||
actionDeleteFlag->setVisible(false);
|
||||
|
Loading…
Reference in New Issue
Block a user