Skip to content

Commit

Permalink
Merge pull request #68 from General-101/master
Browse files Browse the repository at this point in the history
Remove IsEnabled from Bitmap Compile Type.
  • Loading branch information
General-101 authored Nov 30, 2024
2 parents a7d3fa9 + b5aca3a commit 908d805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="5"/>
</Grid.ColumnDefinitions>
<ComboBox Grid.Row="0" Grid.Column="1" x:Name="bitmap_compile_type" SelectedIndex="0" IsEnabled="{Binding SelectedIndex, ElementName=toolkit_selection}" Visibility="{Binding SelectedIndex, Converter={StaticResource ProfiletoVisibility}, ConverterParameter=h1|mcc + h2|mcc, ElementName=toolkit_selection}" VerticalContentAlignment="Center" ToolTip="Type of image">
<ComboBox Grid.Row="0" Grid.Column="1" x:Name="bitmap_compile_type" SelectedIndex="0" Visibility="{Binding SelectedIndex, Converter={StaticResource ProfiletoVisibility}, ConverterParameter=h1|mcc + h2|mcc, ElementName=toolkit_selection}" VerticalContentAlignment="Center" ToolTip="Type of image">
<ComboBoxItem Content="2D Textures"/>
<ComboBoxItem Content="3D Textures"/>
<ComboBoxItem Content="Cubemaps"/>
Expand Down

0 comments on commit 908d805

Please sign in to comment.