DrawCursor true in options form

This commit is contained in:
Jaex 2014-05-12 14:43:45 +03:00
parent c21bb43e6b
commit 730d90e684
2 changed files with 4 additions and 3 deletions

View file

@ -162,7 +162,7 @@ private void InitializeComponent()
this.cbExtension.FormattingEnabled = true;
this.cbExtension.Location = new System.Drawing.Point(256, 12);
this.cbExtension.Name = "cbExtension";
this.cbExtension.Size = new System.Drawing.Size(120, 21);
this.cbExtension.Size = new System.Drawing.Size(72, 21);
this.cbExtension.TabIndex = 15;
//
// lblCodec
@ -374,7 +374,7 @@ private void InitializeComponent()
//
this.btnCopyPreview.Location = new System.Drawing.Point(227, 243);
this.btnCopyPreview.Name = "btnCopyPreview";
this.btnCopyPreview.Size = new System.Drawing.Size(56, 23);
this.btnCopyPreview.Size = new System.Drawing.Size(53, 23);
this.btnCopyPreview.TabIndex = 1;
this.btnCopyPreview.Text = "Copy";
this.btnCopyPreview.UseVisualStyleBackColor = true;

View file

@ -665,7 +665,8 @@ private void btnScreenRecorderOptions_Click(object sender, EventArgs e)
ScreenRecordFPS = TaskSettings.CaptureSettings.ScreenRecordFPS,
OutputPath = "output.mp4",
ParentWindow = this.Handle,
CaptureArea = Screen.PrimaryScreen.Bounds
CaptureArea = Screen.PrimaryScreen.Bounds,
DrawCursor = true
};
switch (TaskSettings.CaptureSettings.ScreenRecordOutput)