mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 00:40:08 +00:00
Fix PalettePopup::showPopup signature
This commit is contained in:
parent
bf03d10b03
commit
bc32c18dbb
@ -57,7 +57,7 @@ PalettePopup::PalettePopup()
|
||||
m_paletteListBox.PalChange.connect(&PalettePopup::onPalChange, this);
|
||||
}
|
||||
|
||||
void PalettePopup::showPopup(gfx::Rect& bounds)
|
||||
void PalettePopup::showPopup(const gfx::Rect& bounds)
|
||||
{
|
||||
m_load->setEnabled(false);
|
||||
m_paletteListBox.selectChild(NULL);
|
||||
|
@ -35,7 +35,7 @@ namespace app {
|
||||
public:
|
||||
PalettePopup();
|
||||
|
||||
void showPopup(gfx::Rect& bounds);
|
||||
void showPopup(const gfx::Rect& bounds);
|
||||
|
||||
protected:
|
||||
void onPalChange(raster::Palette* palette);
|
||||
|
Loading…
x
Reference in New Issue
Block a user