Spreadsheet: Don't show overlay

(cherry picked from commit ba404c03ef)
This commit is contained in:
Grzegorz Kwacz
2026-03-02 19:10:50 +00:00
committed by github-actions[bot]
parent c8547e1e9f
commit 96eb3753e7
@@ -251,9 +251,6 @@ bool SheetView::onHasMsg(const char* pMsg) const
if (strcmp(pMsg, "PrintPdf") == 0) {
return true;
}
else if (strcmp("AllowsOverlayOnHover", pMsg) == 0) {
return true;
}
return false;
}