forked from qt-creator/qt-creator
Bookmarks: Remove hack to special-case the disassembler view
Change-Id: Ifd79b44fc879be6a1451401967cb894ca03356d1 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -197,7 +197,7 @@ void BookmarksPlugin::editorAboutToClose(IEditor *editor)
|
||||
void BookmarksPlugin::requestContextMenu(TextEditorWidget *widget,
|
||||
int lineNumber, QMenu *menu)
|
||||
{
|
||||
if (widget->textDocument()->isTemporary() || widget->textDocument()->property("DisassemblerView").toBool())
|
||||
if (widget->textDocument()->isTemporary())
|
||||
return;
|
||||
|
||||
m_bookmarkMarginActionLineNumber = lineNumber;
|
||||
|
Reference in New Issue
Block a user