mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Fixes #34 and makes @joxeankoret a happier person
This commit is contained in:
parent
5dd5a7c72d
commit
80f0a67440
@ -22,11 +22,11 @@ StringsWidget::~StringsWidget()
|
|||||||
|
|
||||||
void StringsWidget::on_stringsTreeWidget_itemDoubleClicked(QTreeWidgetItem *item, int column)
|
void StringsWidget::on_stringsTreeWidget_itemDoubleClicked(QTreeWidgetItem *item, int column)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
// Get offset and name of item double clicked
|
// Get offset and name of item double clicked
|
||||||
// TODO: use this info to change disasm contents
|
// TODO: use this info to change disasm contents
|
||||||
QString offset = item->text(1);
|
QString offset = item->text(1);
|
||||||
QString name = item->text(2);
|
QString name = item->text(2);
|
||||||
this->main->seek (offset, name);
|
this->main->seek (offset);
|
||||||
*/
|
// Rise and shine baby!
|
||||||
|
this->main->memoryDock->raise();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user