Fixed regression introduced with r2917.

This commit is contained in:
Dario Solera 2010-06-22 15:14:17 +00:00
parent 2ee07076ec
commit 6fbc815530
14 changed files with 9 additions and 27 deletions

View file

@ -70,9 +70,6 @@ namespace ScrewTurn.Wiki {
chkImageAttachments.Visible = currentPage != null;
SetupFeature();
// This applies text direction
DataBind();
}
}