documentor: Fixed caret positioning bug after opening a new page
authorJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 06:07:06 +0000 (02:07 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 4 Aug 2016 06:07:06 +0000 (02:07 -0400)
documentor/src/Documentor.ec

index 7f22013..ecc44e4 100644 (file)
@@ -3257,6 +3257,9 @@ class HelpView : HTMLView
          // dialog.Create();
          edit = true;
          // PositionCaret(true);
+
+         // TOCHECK: Adding this here seemed to fixed caret positioning bugs
+         ComputeSizes();
       }
       return true;
    }