Show Output View in Main window using F6

This commit is contained in:
Bruno Herbelin
2023-04-03 23:41:28 +02:00
parent 04822346a6
commit 2cdb8c022d
2 changed files with 55 additions and 1 deletions

View File

@@ -496,6 +496,7 @@ protected:
int target_view_navigator;
unsigned int screenshot_step;
bool pending_save_on_exit;
bool show_output_fullview;
// Dialogs
DialogToolkit::OpenSessionDialog *sessionopendialog;
@@ -520,6 +521,7 @@ protected:
void RenderMetrics (bool* p_open, int* p_corner, int *p_mode);
int RenderViewNavigator(int* shift);
void RenderOutputView();
void RenderAbout(bool* p_open);
void RenderNotes();