还是一堆bug的状态

This commit is contained in:
2026-08-01 20:09:45 +08:00
parent 0df7beda49
commit 8fb9683182
294 changed files with 13678 additions and 10864 deletions
+2 -2
View File
@@ -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
}