mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
[escher] Correct Metric
Change-Id: Iaef3b5654ba5209eadc2a9726f7206f59df73a32
This commit is contained in:
@@ -187,7 +187,7 @@ void AppsContainer::refreshPreferences() {
|
||||
|
||||
void AppsContainer::displayExamModePopUp(bool activate, bool forceWindowRedraw) {
|
||||
m_examPopUpController.setActivatingExamMode(activate);
|
||||
activeApp()->displayModalViewController(&m_examPopUpController, 0.f, 0.f, Metric::PopUpTopMargin, Metric::PopUpRightMargin, Metric::PopUpBottomMargin, Metric::PopUpLeftMargin);
|
||||
activeApp()->displayModalViewController(&m_examPopUpController, 0.f, 0.f, Metric::ExamPopUpTopMargin, Metric::PopUpRightMargin, Metric::ExamPopUpBottomMargin, Metric::PopUpLeftMargin);
|
||||
if (forceWindowRedraw) {
|
||||
m_window.redraw(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user