Browse Source

fix console text selection

Veloe 1 year ago
parent
commit
59bcaad0d0

+ 2 - 2
VeloeMinecraftLauncher/VeloeMinecraftLauncher.csproj

@@ -10,8 +10,8 @@
 		<DebugType>embedded</DebugType>
 		<StartupObject>VeloeMinecraftLauncher.Program</StartupObject>
 		<PlatformTarget>x64</PlatformTarget>
-		<AssemblyVersion>1.6.0.69</AssemblyVersion>
-		<FileVersion>1.6.0.69</FileVersion>
+		<AssemblyVersion>1.6.0.70</AssemblyVersion>
+		<FileVersion>1.6.0.70</FileVersion>
 		<Configurations>Debug;Release</Configurations>
 	</PropertyGroup>
 	<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

+ 2 - 2
VeloeMinecraftLauncher/Views/MainWindow.axaml

@@ -135,7 +135,7 @@
 								HorizontalScrollBarVisibility="Auto"
 								VerticalAlignment="Stretch"
 								HorizontalAlignment="Stretch">
-								<TextBlock
+								<SelectableTextBlock
 									Text="{Binding ConsoleText}"
 									VerticalAlignment="Stretch"
 									Width="760"
@@ -143,7 +143,7 @@
 									TextWrapping="Wrap"
 									ScrollViewer.VerticalScrollBarVisibility="Visible"
 									MaxLines="99999">
-								</TextBlock>
+								</SelectableTextBlock>
 							</ScrollViewer>
 						</Panel>
 					</TabItem>