Removed an annoying LOGBLOCK

git-svn-id: svn://ultimatepp.org/upp/trunk@1337 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2009-06-25 08:27:45 +00:00
parent 5e1679a25c
commit fcdc51f9d4

View file

@ -559,7 +559,7 @@ void PlotterCtrl::PostRefresh()
void PlotterCtrl::Paint(Draw& draw)
{
LOGBLOCK("PlotterCtrl::Paint");
LLOGBLOCK("PlotterCtrl::Paint");
LLOG("PlotterCtrl::Paint @ " << GetSysTime());
bool shown = IsDragging();
DragHide();