#endif
// For compilers that support precompilation, includes "wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
if (objExpr1 && objExpr1->GetClientData())
m_constrainingObject = (wxShape *)objExpr1->GetClientData();
else
- wxFatalError("Couldn't find constraining image of composite.", "Object graphics error");
+ wxLogFatalError("Object graphics error: Couldn't find constraining image of composite.");
int i = 0;
wxExpr *currentIdExpr = constrainedExpr->Nth(i);
}
else
{
- wxFatalError("Couldn't find constrained image of composite.", "Object graphics error");
+ wxLogFatalError("Object graphics error: Couldn't find constrained image of composite.");
}
i ++;
oglPopupDivisionMenu->Enable(DIVISION_MENU_EDIT_TOP_EDGE, FALSE);
int x1, y1;
- m_canvas->ViewStart(&x1, &y1);
+ m_canvas->GetViewStart(&x1, &y1);
int unit_x, unit_y;
m_canvas->GetScrollPixelsPerUnit(&unit_x, &unit_y);