mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-21 17:47:39 +00:00
Fixed resizer thumbs not being shown (#1309)
This commit is contained in:
parent
9860e2bc75
commit
985a0b9bce
@ -690,6 +690,7 @@ namespace FancyZonesEditor
|
||||
{
|
||||
Canvas.SetLeft(resizer, _colInfo[col].End + (spacing / 2) - 24); // hard coding this as (resizer.ActualWidth / 2) will still evaluate to 0 here ... a layout hasn't yet happened
|
||||
Canvas.SetTop(resizer, (_rowInfo[endRow].End + _rowInfo[startRow].Start) / 2);
|
||||
resizer.Visibility = Visibility.Visible;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user