mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-14 07:29:44 +00:00
Fix visibility binding
This commit is contained in:
parent
c49888331a
commit
0709ff94de
@ -36,7 +36,7 @@ limitations under the License.
|
||||
Width="540" Height="110" IsReadOnly="True" TextWrapping="Wrap" Text=""
|
||||
VerticalScrollBarVisibility="Auto"/>
|
||||
<TextBlock Name="invalidDiscardLabel" DockPanel.Dock="Top" Margin="0,8,0,0" Foreground="Red"
|
||||
Visibility="{Binding ShowItemWarning, Converter={StaticResource BoolToVis}}">
|
||||
Visibility="{Binding ShowSaveWarning, Converter={StaticResource BoolToVis}}">
|
||||
Invalid data items will be discarded when you save the project.
|
||||
</TextBlock>
|
||||
<CheckBox Content="Open project in read-only mode" DockPanel.Dock="Top" Margin="0,4,0,0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user