Skip to content

Commit

Permalink
Set modified flag when changing layer visibility (lp:793420)
Browse files Browse the repository at this point in the history
  • Loading branch information
craftyjon authored and orsonmmz committed Sep 21, 2017
1 parent b18601d commit 8722fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcbnew/class_pcb_layer_widget.cpp
Expand Up @@ -614,6 +614,8 @@ void PCB_LAYER_WIDGET::OnLayerVisible( int aLayer, bool isVisible, bool isFinal

brd->SetVisibleLayers( visibleLayers );

myframe->OnModify();

EDA_DRAW_PANEL_GAL* galCanvas = myframe->GetGalCanvas();

if( galCanvas )
Expand Down

0 comments on commit 8722fd9

Please sign in to comment.