[shared] Make cursor view a transparent view because it has no

background
This commit is contained in:
Émilie Feral
2018-05-15 18:04:13 +02:00
committed by Ecco
parent 6ac7825144
commit 16bfca6a7d

View File

@@ -5,9 +5,8 @@
namespace Shared {
class CursorView : public View {
class CursorView : public TransparentView {
public:
using View::View;
void drawRect(KDContext * ctx, KDRect rect) const override;
KDSize minimalSizeForOptimalDisplay() const override;
private: