Spreadsheet: Don't show overlay

This commit is contained in:
Grzegorz Kwacz
2026-03-02 11:04:47 -06:00
committed by Chris Hennes
parent 8faaa60a0a
commit ba404c03ef
@@ -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;
}