-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ graph ] Tangent toggle functionnality (#156) #175
base: upsilon-dev
Are you sure you want to change the base?
Conversation
|
@@ -19,6 +19,7 @@ void GraphView::reload() { | |||
KDRect dirtyZone(KDRect(0, 0, bounds().width(), bounds().height()-m_bannerView->bounds().height())); | |||
markRectAsDirty(dirtyZone); | |||
} | |||
markRectAsDirty(bounds()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you not using the AppsContainer reload function ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you use here the AppsContainer reload function, the app just crash when you enter in the graph mode ...
if (event == Ion::Events::Up) { | ||
m_recordDelegate->moveUp(); | ||
m_graphView->selectRecord(m_recordDelegate->getRecord()); | ||
// TODO maybe do: Very ugly workaround... Needs something better to reload the data banner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you try with the AppsContainer reload function ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup and it's not working (just tried xd).
|
1 similar comment
|
The students can now switch between the tangents directly from the tangent's view using the up and down keys