Skip to content

Commit 908d805

Browse files
authored
Merge pull request #68 from General-101/master
Remove IsEnabled from Bitmap Compile Type.
2 parents a7d3fa9 + b5aca3a commit 908d805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
<ColumnDefinition Width="*"/>
537537
<ColumnDefinition Width="5"/>
538538
</Grid.ColumnDefinitions>
539-
<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">
539+
<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">
540540
<ComboBoxItem Content="2D Textures"/>
541541
<ComboBoxItem Content="3D Textures"/>
542542
<ComboBoxItem Content="Cubemaps"/>

0 commit comments

Comments
 (0)