Eeschema: fix bug when rotating (only using the Rotate hotkey) a field.
This commit is contained in:
parent
25f95ec11f
commit
538b1ed314
|
@ -595,13 +595,15 @@ void SCH_EDIT_FRAME::OnHotKey( wxDC* aDC, int aHotKey, const wxPoint& aPosition,
|
|||
case SCH_FIELD_T:
|
||||
cmd.SetId( ID_POPUP_SCH_ROTATE_FIELD );
|
||||
wxPostEvent( this, cmd );
|
||||
break;
|
||||
|
||||
case SCH_BITMAP_T:
|
||||
cmd.SetId( ID_POPUP_SCH_ROTATE_IMAGE );
|
||||
wxPostEvent( this, cmd );
|
||||
break;
|
||||
|
||||
default:
|
||||
;
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue