diff options
| author | Xusheng <xusheng@vector35.com> | 2021-09-27 12:39:38 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-09-27 12:39:38 +0800 |
| commit | f2362fb56a2099d8d6d630d76234165c4e4a13a0 (patch) | |
| tree | 386836dadac4fa3583387176b13fa4b576a59146 | |
| parent | bcfb2df84b1c08471317809f2fe4436bf910230d (diff) | |
Suppress display as in TypeView
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index ca547090..7a90fd31 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -241,6 +241,8 @@ public: void focusAtTopOfView(); + virtual bool canDisplayAs(const UIActionContext& context, const BNIntegerDisplayType) { return false; } + protected: virtual void resizeEvent(QResizeEvent* event) override; virtual void paintEvent(QPaintEvent* event) override; |
