Browse Source

Bug fix: It was possible to move toolbar on progress windows

Source commit: 4544a7334c5fbf09ece986748f97dec905a5c2a5
Martin Prikryl 4 years ago
parent
commit
c65c7e3a92
2 changed files with 2 additions and 0 deletions
  1. 1 0
      source/forms/Progress.dfm
  2. 1 0
      source/forms/SynchronizeProgress.dfm

+ 1 - 0
source/forms/Progress.dfm

@@ -218,6 +218,7 @@ object ProgressForm: TProgressForm
       Top = 0
       Width = 302
       Height = 27
+      AllowDrag = False
       Color = clWindow
       object Toolbar: TTBXToolbar
         Left = 0

+ 1 - 0
source/forms/SynchronizeProgress.dfm

@@ -125,6 +125,7 @@ object SynchronizeProgressForm: TSynchronizeProgressForm
       Top = 0
       Width = 185
       Height = 26
+      AllowDrag = False
       Color = clWindow
       object Toolbar: TTBXToolbar
         Left = 0