mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/probability] In image table view, display the right image
corresponding to the type of calculation chosen Change-Id: I7a1b6ef00d51088930de4df75a27530bec43f6e7
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Probability {
|
||||
|
||||
CalculationController::ContentView::ContentView(Responder * parentResponder, Law * law) :
|
||||
m_lawCurveView(LawCurveView(law)),
|
||||
m_imageTableView(ImageTableView(parentResponder))
|
||||
m_imageTableView(ImageTableView(parentResponder, law))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user