Skip to content

Commit 343466a

Browse files
committed
Remove menubar & ButtonPaste to make app compatible with Mono
1 parent d503ed1 commit 343466a

File tree

6 files changed

+3
-134
lines changed

6 files changed

+3
-134
lines changed

QrCodeGeneratorWithLogo/FormMain.Designer.cs

Lines changed: 2 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QrCodeGeneratorWithLogo/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private void UpdateTrackBarPosition()
420420
//-------------------------------------------------------------------------------
421421
private void EnableSaveAbility(bool boolIsEnable)
422422
{
423-
saveAsImageToolStripMenuItem.Enabled =
423+
//saveAsImageToolStripMenuItem.Enabled =
424424
ButtonSave.Enabled = /*ButtonSaveAsSVG.Enabled =*/ boolIsEnable;
425425
}
426426
//-------------------------------------------------------------------------------

QrCodeGeneratorWithLogo/FormMain.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<metadata name="menuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121-
<value>17, 17</value>
122-
</metadata>
123120
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
124121
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
125122
<value>
-2.5 KB
Binary file not shown.
Binary file not shown.
-2.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)