Bug #952
SplitterFrame - ReleaseCaptuer problem
| Status: | Approved | Start date: | 12/25/2014 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Miroslav Fidler | % Done: | 0% | |
| Category: | CtrlLib | Spent time: | - | |
| Target version: | - |
Description
It seems that "SplitterFrame" has got similar issue to "Splitter" (already fixed). More information #880.
Solution (CtrlLib/FrameSplitter.cpp):
void SplitterFrame::LeftUp(Point p, dword keyflags)
{
Refresh();
ReleaseCapture();
}
History
#1 Updated by Miroslav Fidler almost 11 years ago
- Status changed from Patch ready to Approved