You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Fixed issue #303
- Added TChromiumCore.ReplaceMisspelling - Added TChromiumCore.AddWordToDictionary - Added TChromiumCore.OpenerWindowHandle - Added TChromiumCore.MouseCursorChangeDisabled - Removed the 'Print to PDF stream...' menu option from the MiniBrowser demo because it's only available in headless chrome.
This commit is contained in:
@@ -327,10 +327,6 @@ object MiniBrowserFrm: TMiniBrowserFrm
|
||||
Caption = 'Print to PDF file...'
|
||||
OnClick = PrintinPDF1Click
|
||||
end
|
||||
object PrinttoPDFstream1: TMenuItem
|
||||
Caption = 'Print to PDF stream...'
|
||||
OnClick = PrinttoPDFstream1Click
|
||||
end
|
||||
object N3: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user