mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Shared: Move part of the implementation of TermSumController to
shared (Integral Graph Controller) and improve bound edition in TermSumController.
This commit is contained in:
committed by
EmilieNumworks
parent
31afd260a4
commit
7ea0dbeb56
10
apps/shared/vertical_cursor_view.cpp
Normal file
10
apps/shared/vertical_cursor_view.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "vertical_cursor_view.h"
|
||||
|
||||
namespace Shared {
|
||||
|
||||
void VerticalCursorView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
KDCoordinate height = bounds().height();
|
||||
ctx->fillRect(KDRect(0, 0, 1, height), KDColorBlack);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user