added auto refresh when layer(s) moved
This commit is contained in:
@ -24,7 +24,7 @@ import pcbnew
|
|||||||
from pcbnew import *
|
from pcbnew import *
|
||||||
import base64
|
import base64
|
||||||
from wx.lib.embeddedimage import PyEmbeddedImage
|
from wx.lib.embeddedimage import PyEmbeddedImage
|
||||||
___version___="1.1.0"
|
___version___="1.1.1"
|
||||||
|
|
||||||
|
|
||||||
class move_to_draw_layer( pcbnew.ActionPlugin ):
|
class move_to_draw_layer( pcbnew.ActionPlugin ):
|
||||||
@ -185,6 +185,7 @@ class move_to_draw_layer( pcbnew.ActionPlugin ):
|
|||||||
LogMsg+="use GAL for selecting lines"
|
LogMsg+="use GAL for selecting lines"
|
||||||
wx.LogMessage(LogMsg)
|
wx.LogMessage(LogMsg)
|
||||||
else:
|
else:
|
||||||
|
pcbnew.Refresh()
|
||||||
LogMsg="selected drawings moved to "+frame.layerSelection+" layer"
|
LogMsg="selected drawings moved to "+frame.layerSelection+" layer"
|
||||||
wx.LogMessage(LogMsg)
|
wx.LogMessage(LogMsg)
|
||||||
|
|
||||||
@ -221,4 +222,4 @@ iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK
|
|||||||
# pcbnew.B_CrtYd
|
# pcbnew.B_CrtYd
|
||||||
# pcbnew.F_CrtYd
|
# pcbnew.F_CrtYd
|
||||||
# pcbnew.B_Fab
|
# pcbnew.B_Fab
|
||||||
# pcbnew.F_Fab
|
# pcbnew.F_Fab
|
||||||
|
Reference in New Issue
Block a user