mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] Make cursor view a transparent view because it has no
background
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user