Spreadsheet: Don't show overlay
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user