mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 15:46:50 -05:00
Read colorpicker screen using cursor position
This commit is contained in:
@@ -27,7 +27,7 @@ private:
|
||||
|
||||
QColor color = Qt::white;
|
||||
|
||||
void hover(int mouseX, int mouseY);
|
||||
void hover(const QPoint &pos);
|
||||
};
|
||||
|
||||
#endif // COLORPICKER_H
|
||||
|
||||
Reference in New Issue
Block a user