mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed issues with the enum label losing it's number, fixed this... almost. Do not change the z-Order of the label.
This commit is contained in:
parent
efd144ad0d
commit
87406d90da
3 changed files with 20 additions and 5 deletions
|
@ -633,7 +633,7 @@ namespace Greenshot.Drawing {
|
|||
public virtual void HandleMouseUp(int x, int y) {
|
||||
}
|
||||
|
||||
private void SwitchParent(Surface newParent) {
|
||||
protected virtual void SwitchParent(Surface newParent) {
|
||||
if (_parent != null && _grippers != null) {
|
||||
for (int i=0; i<_grippers.Length; i++) {
|
||||
_parent.Controls.Remove(_grippers[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue