From 39da63b33c14cfa3f640a761fad1e27b79f9c91f Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 18 Dec 2025 09:40:45 -0500 Subject: truncate long paths in triage view and prevent the UI from moving when starting BASE --- ui/copyablelabel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui') diff --git a/ui/copyablelabel.h b/ui/copyablelabel.h index e0b79bed..65802160 100644 --- a/ui/copyablelabel.h +++ b/ui/copyablelabel.h @@ -5,10 +5,12 @@ class BINARYNINJAUIAPI CopyableLabel: public QLabel { QColor m_desiredColor {}; QString m_hiddenText; + QString m_copyText; public: CopyableLabel(const QString& text, const QColor& color); void setHiddenText(const QString& text); + void setCopyText(const QString& text); void enterEvent(QEnterEvent* event) override; void leaveEvent(QEvent* event) override; void mousePressEvent(QMouseEvent* event) override; -- cgit v1.3.1