Skip to content
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

Open
wants to merge 7 commits into
base: upsilon-dev
Choose a base branch
from

Conversation

devdl11
Copy link
Member

@devdl11 devdl11 commented Mar 11, 2022

The students can now switch between the tangents directly from the tangent's view using the up and down keys

@devdl11
Copy link
Member Author

devdl11 commented Mar 11, 2022

#156

@github-actions
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 813120 bytes 442324 bytes 226896 bytes 1776 bytes 228672 bytes 1257220 bytes
Head 813496 bytes 442322 bytes 226904 bytes 1776 bytes 228680 bytes 1257594 bytes
+376 bytes -2 bytes +8 bytes +0 bytes +8 bytes +374 bytes
+0.0 % -0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

@Yaya-Cout Yaya-Cout linked an issue Mar 11, 2022 that may be closed by this pull request
@@ -19,6 +19,7 @@ void GraphView::reload() {
KDRect dirtyZone(KDRect(0, 0, bounds().width(), bounds().height()-m_bannerView->bounds().height()));
markRectAsDirty(dirtyZone);
}
markRectAsDirty(bounds());
Copy link
Member

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 ?

Copy link
Member Author

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 ...

apps/shared/function_active_function_toggle.h Outdated Show resolved Hide resolved
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
Copy link
Member

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 ?

Copy link
Member Author

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).

@github-actions
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 813120 bytes 442324 bytes 226896 bytes 1776 bytes 228672 bytes 1257220 bytes
Head 813504 bytes 442322 bytes 226904 bytes 1776 bytes 228680 bytes 1257602 bytes
+384 bytes -2 bytes +8 bytes +0 bytes +8 bytes +382 bytes
+0.0 % -0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

1 similar comment
@github-actions
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 813120 bytes 442324 bytes 226896 bytes 1776 bytes 228672 bytes 1257220 bytes
Head 813504 bytes 442322 bytes 226904 bytes 1776 bytes 228680 bytes 1257602 bytes
+384 bytes -2 bytes +8 bytes +0 bytes +8 bytes +382 bytes
+0.0 % -0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Equation ] Tangente dans le menu option courbe
2 participants