mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Added a comment for close event handlers in DIALOG_PRINT_GENERIC
This commit is contained in:
parent
e789542ba4
commit
3e8b3e535a
@ -86,9 +86,11 @@ private:
|
||||
void onPrintPreview( wxCommandEvent& event ) override;
|
||||
void onPrintButtonClick( wxCommandEvent& event ) override;
|
||||
|
||||
// Needed to execute onClose handler
|
||||
// onClose* handlers are needed to save the dialogs settings as TransferDataFromWindow()
|
||||
// is not called for 'Cancel' button that closes the window
|
||||
void onCloseButton( wxCommandEvent& event ) override;
|
||||
void onClose( wxCloseEvent& event ) override;
|
||||
|
||||
void onSetCustomScale( wxCommandEvent& event ) override;
|
||||
|
||||
void initPrintData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user