还是一堆bug的状态
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "scroll.h"
|
||||
namespace Psc {
|
||||
namespace Flex_Qt {
|
||||
void V_Scroll_Bar::draw(QPainter* painter) {
|
||||
auto device = painter->device();
|
||||
double ww = device->width();
|
||||
@@ -42,4 +42,4 @@ QRect H_Scroll_Bar::get_bar_rect(int ww, int hh) {
|
||||
QRect bar_rect(0 + start, y, bar_len(), h);
|
||||
return bar_rect;
|
||||
}
|
||||
} // namespace Psc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user